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

What are inbuilt functions in c?

1084


What is time complexity c?

1045


Why enum is used in c?

1017


When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd

1132


What are the 4 types of programming language?

1192


What is function what are the types of function?

1060


Can math operations be performed on a void pointer?

1107


In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?

1264


What are data structures in c and how to use them?

1222


With the help of using classes, write a program to add two numbers.

1085


What are logical errors and how does it differ from syntax errors?

1354


What is the ANSI C Standard?

1334


How do you list a file’s date and time?

1115


What is volatile keyword in c?

1092


int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;

1933