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
plz let me know how to become a telecom protocol tester. thank you.
Explain what is the benefit of using enum to declare a constant?
Explain Basic concepts of C language?
How can I sort a linked list?
What is switch in c?
When should a type cast be used?
What are dangling pointers? How are dangling pointers different from memory leaks?
How do I swap bytes?
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
What is a static function in c?
What is wrong with this declaration?
what are the advantages of a macro over a function?
What is non linear data structure in c?
What does. int *x[](); means ?
What are the types of data structures in c?