main()
{
printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3));
}
Answer Posted / shiva
2 2 2
| Is This Answer Correct ? | 12 Yes | 15 No |
Post New Answer View All Answers
Where register variables are stored in c?
What is structure data type in c?
Explain what is the most efficient way to store flag values?
What are unions in c?
how can use subset in c program and give more example
How many types of sorting are there in c?
Why are all header files not declared in every c program?
Explain how do you declare an array that will hold more than 64kb of data?
What is a example of a variable?
What is time complexity c?
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
Differentiate between a structure and a union.
which type of aspect you want from the student.
Write a code to determine the total number of stops an elevator would take to serve N number of people.
If fflush wont work, what can I use to flush input?