main()
{
printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3));
}
wat is the o/p and how?
Answer Posted / niru
2 2 2
it returns the size of the int.
if the compiler is 32bit, size of the int=4
o/p: 4 4 4
| Is This Answer Correct ? | 3 Yes | 8 No |
Post New Answer View All Answers
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
What is meant by errors and debugging?
Is c is a middle level language?
What is a pointer value and address in c?
What are the features of c languages?
What is the use of a ‘ ’ character?
Difference between MAC vs. IP Addressing
What functions are used in dynamic memory allocation in c?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
If errno contains a nonzero number, is there an error?
Is void a keyword in c?
How do you write a program which produces its own source code as output?
Combinations of fibanocci prime series
What is unsigned int in c?
Do character constants represent numerical values?