main()
{
printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3));
}
wat is the o/p and how?

Answer Posted / animesh_chakraborty

answer is:124
i compiled it and it has shown this result .
i thing it is correct answer.

Is This Answer Correct ?    10 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a function in c?

577


What is an example of structure?

591


What is double pointer in c?

593


What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?

593


What is type qualifiers?

668






What is the use of volatile?

614


illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question

1590


Was 2000 a leap year?

635


What is pointer to pointer in c?

636


Tell me when is a void pointer used?

650


Why we use stdio h in c?

587


How do I convert a string to all upper or lower case?

631


Write a program to swap two numbers without using the third variable?

602


If the size of int data type is two bytes, what is the range of signed int data type?

596


main() { printf("hello"); fork(); }

699