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

Answer Posted / karna

answer is 1.because it counts how many numbers are given as input

Is This Answer Correct ?    1 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is || operator and how does it function in a program?

635


State the difference between realloc and free.

641


Under what circumstances does a name clash occur?

697


What are the types of arrays in c?

627


Why is it important to memset a variable, immediately after allocating memory to it ?

1557






Where are the auto variables stored?

629


The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?

669


Where are c variables stored in memory?

601


Is array name a pointer?

608


What are the different file extensions involved when programming in C?

765


Explain what is #line used for?

610


If errno contains a nonzero number, is there an error?

810


What is %d used for?

590


What is a pointer variable in c language?

649


Why static is used in c?

627