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
which is an algorithm for sorting in a growing Lexicographic order
What are bitwise shift operators in c programming?
What is c programming structure?
How are portions of a program disabled in demo versions?
Explain how can you check to see whether a symbol is defined?
What is a ternary operator in c?
What is the difference between malloc calloc and realloc in c?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
What are c header files?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
how to capitalise first letter of each word in a given string?
What is dynamic variable in c?
What are the 4 types of programming language?
What is the use of the function in c?