main()
{
printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3));
}
Answer Posted / molugu.ashwin
out put 4 2 4
| Is This Answer Correct ? | 16 Yes | 17 No |
Post New Answer View All Answers
What is structure in c definition?
What is the difference between text and binary modes?
Describe newline escape sequence with a sample program?
What is variable initialization and why is it important?
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
List some applications of c programming language?
write a program to copy the string using switch case?
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
Explain is it better to bitshift a value than to multiply by 2?
How we can insert comments in a c program?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
What is the purpose of realloc()?
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
What is sizeof return in c?
What is the equivalent code of the following statement in WHILE LOOP format?