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

without entering the values the output will not be
displayed.
no output

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a c token and types of c tokens?

1014


Explain what is wrong with this program statement?

1071


Explain what is operator promotion?

1028


Is array a primitive data type in c?

1003


What is variable initialization and why is it important?

1167


Explain what does the function toupper() do?

1007


a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list

967


Why n++ execute faster than n+1 ?

2851


please send me the code for multiplying sparse matrix using c

2122


cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration

1059


List some applications of c programming language?

904


exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above

1073


What is sizeof array in c?

990


Was 2000 a leap year?

1004


Simplify the program segment if X = B then C ← true else C ← false

2964