#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 / aswanth

-1

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Dont ansi function prototypes render lint obsolete?

592


Why c is called top down?

613


Difference between linking and loading?

681


Explain how can I write functions that take a variable number of arguments?

602


List the different types of c tokens?

603






Differentiate abs() function from fabs() function.

586


With the help of using classes, write a program to add two numbers.

607


How is a macro different from a function?

646


why do some people write if(0 == x) instead of if(x == 0)?

639


What does sizeof return c?

587


Can an array be an Ivalue?

652


Explain bitwise shift operators?

621


How to find a missed value, if you want to store 100 values in a 99 sized array?

801


What are extern variables in c?

537


What is the modulus operator?

722