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
How do I send escape sequences to control a terminal or other device?
Explain how can I read and write comma-delimited text?
Which node is more powerful and can handle local information processing or graphics processing?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
What is a function simple definition?
What does the error message "DGROUP exceeds 64K" mean?
What is the right type to use for boolean values in c? Is there a standard type?
Why does notstrcat(string, "!");Work?
What is a structure member in c?
What are types of functions?
c program for searching a student details among 10 student details
Why we write conio h in c?
What is a shell structure examples?
Is return a keyword in c?
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .