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
Why do we use namespace feature?
how to write a c program to print list of fruits in alpabetical order?
What is function what are the types of function?
What is a shell structure examples?
What is indirection?
Explain what is the benefit of using an enum rather than a #define constant?
what is the function of pragma directive in c?
largest Of three Number using without if condition?
What is array within structure?
What is c language used for?
What are the restrictions of a modulus operator?
How to set file pointer to beginning c?
Is that possible to store 32768 in an int data type variable?
How does pointer work in c?
Is fortran still used today?