main()
{
printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3));
}
Answer Posted / shiva
2 2 2
| Is This Answer Correct ? | 12 Yes | 15 No |
Post New Answer View All Answers
What is size of union in c?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
please explain every phase in the "SDLC" in the dotnet.
Is it possible to initialize a variable at the time it was declared?
Is r written in c?
What is malloc() function?
Explain what is a pragma?
What is the scope of local variable in c?
Why isn't any of this standardized in c? Any real program has to do some of these things.
Explain how do you determine whether to use a stream function or a low-level function?
What is wrong with this statement? Myname = 'robin';
what are bit fields in c?
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
Is c pass by value or reference?