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
In a byte, what is the maximum decimal number that you can accommodate?
What are actual arguments?
Why is c called a mid-level programming language?
What is meant by preprocessor in c?
What is 2c dna?
What is ctrl c called?
Compare interpreters and compilers.
Explain what are the different file extensions involved when programming in c?
Can you apply link and association interchangeably?
What is the purpose of type declarations?
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
Is null always equal to 0(zero)?
What are the features of c languages?
What's the right way to use errno?
write a program to print data of 5 five students with structures?