Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

#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

How can I read and write comma-delimited text?

1123


Explain which function in c can be used to append a string to another string?

1138


Define the scope of static variables.

1199


Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?

1170


Is it possible to use curly brackets ({}) to enclose single line code in c program?

1375


What is the difference between single charater constant and string constant?

1137


What is the significance of c program algorithms?

1194


What is scope rule in c?

1122


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

1229


What are the uses of a pointer?

1199


How can I pad a string to a known length?

1087


What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.

2305


Explain what is the difference between the expression '++a' and 'a++'?

1265


Explain how can I avoid the abort, retry, fail messages?

1105


What are header files and what are its uses in C programming?

1337