the data type used for unlimited value in c
and how to do this program
1. Can we use the for loop this way? for(;i>5;) 2. What is the use of pointers? 3. what is array of pointer? 4. What is the difference between file and database? 5. Define data structure?
Write a program or provide a pseudo code to flip the 2nd bit of the 32 bit number ! (Phone Screen)
what is the c source code for the below output? 1 0 1 1 0 1 0 1 0 1 1 0 1 0 1
how to swap two integers 1 and 32767 without using third variable
main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); }
main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); } what is the output?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
Explain Basic concepts of C language?
What are the advantages of c preprocessor?
To find whether a number is even or odd without using any conditional operator??
12 Answers College School Exams Tests, IBM,
Explain how can you be sure that a program follows the ansi c standard?
What is wrong with this declaration?