#include<stdio.h> void main() { int a=10,b=20,c=30;
printf("%d",scanf("%d%d%d",&a,&b,&c)); }

what is the output for this?

Answer Posted / muthuveerappan

3

Is This Answer Correct ?    7 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?

596


Tell me about low level programming languages.

630


What is time complexity c?

553


What are structure types in C?

649


What is the function of volatile in c language?

649






List some of the static data structures in C?

749


Explain what are multibyte characters?

613


Disadvantages of C language.

643


What header files do I need in order to define the standard library functions I use?

524


What is function prototype?

601


What is the collection of communication lines and routers called?

600


Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

631


1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures

2725


What is external variable in c?

597


A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference

619