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

what is the output for the code :
main()
{
int i,j;
printf("%d %d ",scanf("%d%d",&i,&j));
}

Answer Posted / prashant sharma

first the computer will take the two values as inputs &
then will show junk value

Is This Answer Correct ?    1 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does %p mean?

1156


Explain how can a program be made to print the line number where an error occurs?

1282


What is selection sort in c?

1176


Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.

2120


What do you mean by scope of a variable in c?

1056


What is the use of volatile?

1151


What are the uses of null pointers?

1198


Why calloc is better than malloc?

1093


When c language was developed?

1105


Why does not c have an exponentiation operator?

1116


Explain what is the stack?

1157


Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?

1158


main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }

1207


What is an identifier?

1087


What is dynamic variable in c?

1099