what is the output of
printf("%d",(scanf("%d",10));
Answer Posted / arti
tihis will return an runtime error as no address is pass in
scanf where value is to assign which we get as user input
through scanf().
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What are the application of c?
Explain what is a pragma?
Explain what are multidimensional arrays?
What is pointer & why it is used?
Explain how can I remove the trailing spaces from a string?
Explain why C language is procedural?
What is #include conio h?
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
Explain the process of converting a Tree into a Binary Tree.
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
Explain how many levels deep can include files be nested?
why wipro wase
What is a program flowchart and how does it help in writing a program?
What is the use of a semicolon (;) at the end of every program statement?