main()
{
printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3));
}
wat is the o/p and how?
Answer Posted / loganathan
2 2 2
it returns the size of the integer
| Is This Answer Correct ? | 9 Yes | 15 No |
Post New Answer View All Answers
What are the types of data types and explain?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
Is main a keyword in c?
what is ur strangth & weekness
Process by which one bit pattern in to another by bit wise operation is?
Explain what does the function toupper() do?
using only #include
Explain how do you print an address?
How pointer is different from array?
Difference between MAC vs. IP Addressing
What will be the outcome of the following conditional statement if the value of variable s is 10?
What is the difference between call by value and call by reference in c?
What are inbuilt functions in c?
What is structure in c language?
What is the advantage of c?