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
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
Write a program to print all permutations of a given string.
What is a rvalue?
What type of function is main ()?
When is the “void” keyword used in a function?
What are register variables? What are the advantage of using register variables?
what is a constant pointer in C
Can you please explain the difference between malloc() and calloc() function?
What is use of null pointer in c?
please give me some tips for the placement in the TCS.
Why c is a procedural language?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
What is a stream?
What does the file stdio.h contain?
What are identifiers and keywords in c?