main()
{
printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3));
}
wat is the o/p and how?
Answer Posted / guddu singh
112
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
Why is python slower than c?
When the macros gets expanded?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
What is the use of structure padding in c?
what is the function of pragma directive in c?
Give differences between - new and malloc() , delete and free() ?
How do we declare variables in c?
What are extern variables in c?
How can I insert or delete a line (or record) in the middle of a file?
Who developed c language?
Is main a keyword in c?
Tell me when would you use a pointer to a function?
What does sizeof function do?
Explain what is the most efficient way to store flag values?
What is a dynamic array in c?