what is the output of
printf("%d",(scanf("%d",10));

Answer Posted / kalyan chukka

Answer is 1 Because it prints how many values taken from
keyboard so it prints 1

Is This Answer Correct ?    3 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a Program to accept different goods with the number, price and date of purchase and display them

5454


How can I invoke another program (a standalone executable, or an operating system command) from within a c program?

656


Explain function?

667


Explain what is wrong with this statement? Myname = ?robin?;

1043


What is the use of in c?

583






What are the similarities between c and c++?

605


How #define works?

624


If null and 0 are equivalent as null pointer constants, which should I use?

583


In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?

774


What is const volatile variable in c?

583


What is structure and union in c?

605


How will you print TATA alone from TATA POWER using string copy and concate commands in C?

922


What is union and structure in c?

623


What is realloc in c?

582


Where static variables are stored in c?

593