the maximum value that an integer constant can have is
a) -32767
b) 32767
c) 1.701e+38
d) -1.7014e+38
What are compound statements?
how can i get the string which is having two spaces at the end.suppose the string is "Hello World ".Now at the end i have two spaces.i need to print with that spaces .
without using control structures and control structures find the max and min of given 2 nos
write a program without using main function?
main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); } what is the output?
To find whether a number is even or odd without using any conditional operator??
12 Answers College School Exams Tests, IBM,
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
What is the difference between the = symbol and == symbol?
IS it possible to define a zero sized array in c.if it is possible how can the elements of that array can be accessed.array index starts from zero,if it is possible to define zero sized array how can be its first element can be accesseed.
Is there any demerits of using pointer?
where do we use volatile keyword?
What is echo in c programming?