main()
{
printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3));
}
wat is the o/p and how?
Answer Posted / manne ranjith
2 2 2
I compiled this in system,this is correct answer.check it
once...............
| Is This Answer Correct ? | 18 Yes | 23 No |
Post New Answer View All Answers
When should the volatile modifier be used?
What is a protocol in c?
Do character constants represent numerical values?
how to count no of words,characters,lines in a paragraph.
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
Which of these functions is safer to use : fgets(), gets()? Why?
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
what will be maximum number of comparisons when number of elements are given?
Why is sprintf unsafe?
Is there any possibility to create customized header file with c programming language?
What are directives in c?
Explain the process of converting a Tree into a Binary Tree.
How can I read data from data files with particular formats?
What is anagram in c?
What are the 4 types of programming language?