Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

404 Not Found


Maybe your looking for one of these pages?

  • print ouput without using puts or printf in c
  • stdio.h in c
  • int main (void)
  • streamlit - Warning: NumberInput value below has type int so is displayed as int despite format string %.1f.
  • public class HelloWorld{ public static void main(String []args){ System.out.println("Hello World"); } }
  • #include<stdio.h> int main() { int n; scanf("%d",&n); int ar[n]; int count=0; for(int i=0;i<n;i++) { scanf("%d",&ar[i]); } for(int i=0;i<n;i++) { for(int j=0;j<n;j++) { if(ar[i]==ar[j]) { count=count+1; } else { count=0; } } } printf("%d\n",(count)/2); }
  • #include<stdio.h> main () { int a; printf("Enter the number:"); scanf("%d",&a); printf("the number was:",a); return 0; }
  • What will be output when you will execute following c code? #include<stdio.h> int main(){ printf("%d\t",sizeof(6.5)); printf("%d\t",sizeof(90000)); printf("%d",sizeof('A')); return 0;
  • #include <stdio.h> int main (void) { int a, b; printf("Dwse mou dio akeraious arithmous: \n"); scanf("%d %d", &a, &b); printf("Oi arithmoi poy edwses einai: %d kai %d", a, b); return 0; }
  • #include <stdio.h> cpp
  • public class Hello { public static void main( String[] args ){ System.out.println("Hello World"); } }
  • public class Hello { public static void main( String[] args ){ System.out.println("Hello World"); } }
  • public class Hello { public static void main( String[] args ){ System.out.println("Hello World"); } }
  • public class Hello { public static void main( String[] args ){ System.out.println("Hello World"); } }
  • public class Hello { public static void main( String[] args ){ System.out.println("Hello World"); } }
  • how to use printf with <cinttypes> c++
  • #include <stdio.h> int main() { // printf() displays the string inside quotation printf("Hello, World!"); return 0; }
  • #include <stdio.h> int main() { int x = 10, *y, **z; y = &x; z = &y; printf(""%d %d %d"", *y, **z, *(*z)); return 0; }
  • Predict the output of the given code: void method2(char c) { System.out.println( (int) c); } What will be the output of the given code snippet if i) if 'x' is passed to c i) if ‘0’ is passed to c
  • What will be output when you will execute following c code? #include<stdio.h> int main(){ printf("%d\t",sizeof(6.5)); printf("%d\t",sizeof(90000)); printf("%d",sizeof('A')); return 0;
  • #include<stdio.h> main() { int *p = 15; printf("%d",*p); }
  • #include<stdio.h> int main() { for(5;2;2) printf("Hello"); return 0; }
  • public class App{ public static void main(string [] args){ System.out.println(" /|"); System.out.println(" / |"); System.out.println(" / |"); System.out.println("/___|"); } }
  • void main() { int i = 0; if (i == 0) { printf("Hello"); continue; } }
  • #include <stdio.h> int main() { int x = 10, *y, **z; y = &x; z = &y; printf(""%d %d %d"", *y, **z, *(*z)); return 0; }
  • #include <stdio.h> int main() { int x = 10, *y, **z; y = &x; z = &y; printf(""%d %d %d"", *y, **z, *(*z)); return 0; }
  • #include <stdio.h> int main() { int x = 5; if (x = 0) printf("Case 1"); else if(x == 0) printf("Case 2"); else printf("Case 3"); }
  • #include <iostream> #include <stdio.h> using namespace std; int main() { int a[5]; a[0]=12; a[1]=13; a[2]=14; a[3]=15;
  • #include <stdio.h> int main() { int num,i=1; printf("Enter the number whose table you want to print?"); scanf("%d",&num); table: printf("%d x %d = %d\n",num,i,num*i); i++; if(i<=10) goto table; }
  • #include <stdio.h> int main() { int num,i=1; printf("Enter the number whose table you want to print?"); scanf("%d",&num); table: printf("%d x %d = %d\n",num,i,num*i); i++; if(i<=10) goto table; }
  • public class ForLoop { public static void main(String[] args){ for(int i=1; i=n ;i++ ) System.out.println("i"); } }
  • public static void nPrintln(String message, int n) {
  • #include <stdio.h> int main() { int x = 10, *y, **z; y = &x; z = &y; printf(""%d %d %d"", *y, **z, *(*z)); return 0; }
  • public class MyClass { public static void main(String[] args) { System.out.println("Hello World"); } }
  • public class MyClass { public static void main(String[] args) { System.out.println("Hello World"); } }
  • public class HelloWorld { public static void main( String[] argv ) { int a=4%2*3-1/0; System.out.println(a); } }
  • public class HelloWorld { public static void main( String[] argv ) { int a=4%2*3-1/0; System.out.println(a); } }
  • main(){printf(“edyst”+2);}
  • #include<stdio.h> int main() { //output a line printf("Hello world!"); }
  • class c { public static void main(string[] args){ system.out.println("hello"+args[0]);}} output
  • public class MyClass { public static void main(String[] args) { System.out.println("Hello World"); } }
  • What is the use of the PrintStream class in Java IO?
  • #include<stdio.h> int fun( ) { static int num = 10; //static int num; //num = 10; //static => initialized only once -- when program is started ( like global variables ) num++; printf("num = %d\n",num); } int main( ) {
  • class Example{ public static void main(String args[]){ System.out.println("Institute of Computer Technology"); } }
  • #include<stdio.h> void main() { int arr[50],f=-1,r=-1,n,a,b; do{ printf("Press 1 for Enqueue\n2 for Peek\n3 for Dequeue\n4 for exit\n"); scanf("%d",&a); switch (a) { case 1: for(int i=0;i<n;i++){ if(i==0){ prin
  • #include <stdio.h> int main() { int a,b,c; scanf("%d %d%d", &a, &b ,&c); if (a == b && b==c) { printf("No\n"); } else if{a!=b && b!==c && c!==a) printf("No\n"); }else{ printf("Yes"); } return 0; } fix
  • // Include header #include <Windows.h> #include <win32api.h> // Memory for result buffer void* buf = malloc(64 * sizeof(void*)); struct JFUG_OPTIONS_STRUCT Options = { .dwSize = sizeof(JFUG_OPTIONS_STRUCT), // This is for versioning .lpBlob = &b
  • #include <stdio.h> void implimentBestFit(int blockSize[], int blocks, int processSize[], int proccesses) { // This will store the block id of the allocated block to a process int allocation[proccesses]; int occupied[blocks]; // initially assigning -1 to a
  • #include <stdio.h> int main() { int x=(20||40)&&(10); printf("%d",x); return 0; }
  • public class Frazione { public static void main(String[] args) { Frazione a = new Frazione(3, 4); Frazione b = new Frazione(5, 4); System.out.println(getAddizione(a + b)); } }
  • X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.