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 | 5 No |
Post New Answer View All Answers
What is default value of global variable in c?
What are the various types of control structures in programming?
why return type of main is not necessary in linux
What is #pragma statements?
Explain how can I manipulate strings of multibyte characters?
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.
What is floating point constants?
What is operator precedence?
What are # preprocessor operator in c?
What is the advantage of c?
In c programming language, how many parameters can be passed to a function ?
What is meant by type casting?
hi, which software companys will take,if d candidate's % is jst 55%?
What do you mean by recursion in c?
How do you override a defined macro?