what is the output of
printf("%d",(scanf("%d",10));
Answer Posted / hema
In Unix enviroment, this gives warning while compilation
and core when executed with a user value. Since scanf
expects a variable( address) to store the value, whereas
here we are assinging value to constant.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is the significance of static storage class specifier?
Is it fine to write void main () or main () in c?
How can I find out if there are characters available for reading?
what do you mean by inline function in C?
What is variables in c?
Can we replace the struct function in tree syntax with a union?
What is the difference between char array and char pointer?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
Can a pointer be null?
What is an auto variable in c?
What is the code for 3 questions and answer check in VisualBasic.Net?
What is the equivalent code of the following statement in WHILE LOOP format?
Can we assign integer value to char in c?
Can i use “int” data type to store the value 32768? Why?
What is p in text message?