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 use of null pointer in c?
Is there anything like an ifdef for typedefs?
Why void is used in c?
What is exit() function?
What is #define size in c?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
Explain can you assign a different address to an array tag?
Do you know the use of 'auto' keyword?
How can I find out the size of a file, prior to reading it in?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
What is the use of f in c?
How can you avoid including a header more than once?
Differentiate fundamental data types and derived data types in C.
what are the different storage classes in c?
What is bash c?