main()
{
printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3));
}
Answer Posted / molugu.ashwin
out put 4 2 4
| Is This Answer Correct ? | 16 Yes | 17 No |
Post New Answer View All Answers
What is c++ used for today?
find the sum of two matrices and WAP for it.
What type of function is main ()?
Why do we use return in c?
What’s the special use of UNIONS?
What is the size of enum in bytes?
Explain what header files do I need in order to define the standard library functions I use?
What is the concatenation operator?
Why does not c have an exponentiation operator?
Is boolean a datatype in c?
What is the condition that is applied with ?: Operator?
What are the types of macro formats?
What is an array? What the different types of arrays in c?
Is a house a mass structure?
What is meant by type specifiers?