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


main()
{
int a,b;
printf("%d,%d",scanf("%d%d",&a,&b));
}


=> do u mean above program's output...
=>output will be:2,whatever you enter value for b.
=>because scanf is a library fn which will return how many
arguements it processes, and second value
you are right mr.Satya but i found my self unable to
understand that for the first time scanf returns the no of
successful matches but how for the second time it returns
the value of 'b'.while a function should return the
same 'r' value every time.



main() { int a,b; printf("%d,%d",scanf("%d%d",&a,&b)); } => ..

Answer / gulam sarwar chuwdhury

The output :2,the value of b

Is This Answer Correct ?    7 Yes 2 No

Post New Answer

More C Interview Questions

Why do we use c for the speed of light?

0 Answers  


What is the purpose of the code, and is there any problem with it? unsigned int f( unsigned n ) { return –n & 7; }

1 Answers   Google,


write a program to generate 1st n fibonacci prime number

12 Answers  


How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?

0 Answers  


How do I get a null pointer in my programs?

0 Answers  


Are bit fields portable?

0 Answers   EXL,


Who is the main contributor in designing the c language after dennis ritchie?

0 Answers  


Is return a keyword in c?

0 Answers  


write a program in c language for the multiplication of two matrices using pointers?

8 Answers   Ignou,


What is variables in c?

0 Answers  


How to set a variable in the environment list?

1 Answers  


how to construct a simulator keeping the logical boolean gates in c

0 Answers  


Categories