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

Explain function?

1139


Explain how are 16- and 32-bit numbers stored?

1308


what are # pragma staments?

2080


What is define c?

1156


What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25

2044


What is zero based addressing?

1239


write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...

1998


Explain how can you determine the size of an allocated portion of memory?

1151


List out few of the applications that make use of Multilinked Structures?

2259


How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same

1173


Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?

1129


Do you know the purpose of 'register' keyword?

1068


What are examples of structures?

1188


How can variables be characterized?

2238


What do you mean by invalid pointer arithmetic?

1131