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

0

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the value of c?

561


What is anagram in c?

510


How can I run c program?

675


Tell me about low level programming languages.

632


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

1631






What is the purpose of scanf() and printf() functions?

706


Why main is used in c?

577


Describe the steps to insert data into a singly linked list.

612


What are the advantages of c language?

655


Describe dynamic data structure in c programming language?

593


Why string is used in c?

570


What is a ternary operator in c?

643


Why should I prototype a function?

626


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

527


What is the data segment that is followed by c?

598