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


Please Help Members By Posting Answers For Below Questions

Explain what will the preprocessor do for a program?

585


What is c system32 taskhostw exe?

572


What are the various types of control structures in programming?

615


write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3

1630


Why & is used in scanf in c?

604






Does c have circular shift operators?

710


What is "Duff's Device"?

691


What is the explanation for prototype function in c?

556


Why we use void main in c?

576


What are loops in c?

534


What is fflush() function?

627


Is that possible to store 32768 in an int data type variable?

677


Is it possible to have a function as a parameter in another function?

588


Explain indirection?

631


What is d'n in c?

620