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
How can I find out how much free space is available on disk?
Is there a way to switch on strings?
how we can make 3d venturing graphics on outer interface
how to find binary of number?
Sir i need notes for structure,functions,pointers in c language can you help me please
What are near, far and huge pointers?
Explain what is the difference between functions getch() and getche()?
Why do we write return 0 in c?
What is the data segment that is followed by c?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
Tell us the use of fflush() function in c language?
how to make a scientific calculater ?
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
write a program to print data of 5 five students with structures?
How many levels of indirection in pointers can you have in a single declaration?