how the size of an integer is decided?
- is it based on processor or compiler or OS?
Answer Posted / pratheeba
compiler
Is This Answer Correct ? | 15 Yes | 5 No |
Post New Answer View All Answers
Tell us bitwise shift operators?
What is getche() function?
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
What is the general form of function in c?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
What are c preprocessors?
Where is volatile variable stored?
Write a code to generate divisors of an integer?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
What is the correct declaration of main?
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
What are the advantages of union?
Explain what is gets() function?
Calculate 1*2*3*____*n using recursive function??
What are loops in c?