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

no out put

Is This Answer Correct ?    1 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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


pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)

2581


How will you divide two numbers in a MACRO?

1084


What does sizeof return c?

1015


How can you avoid including a header more than once?

930


Describe dynamic data structure in c programming language?

1043


What is scope rule of function in c?

1031


Can we access array using pointer in c language?

1044


Why is it important to memset a variable, immediately after allocating memory to it ?

2005


Can a file other than a .h file be included with #include?

1103


Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.

1051


Explain how can I right-justify a string?

995


Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)

1218


What is realloc in c?

1021


How can I remove the trailing spaces from a string?

1028