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

How macro execution is faster than function ?

1251


Is null valid for pointers to functions?

1252


What would happen to X in this expression: X += 15; (assuming the value of X is 5)

2023


what is stack , heap ,code segment,and data segment

2770


How are strings stored in c?

1082


What is indirection? How many levels of pointers can you have?

1206


Write a c program to demonstrate character and string constants?

2248


What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?

1106


in linking some of os executables are linking name some of them

2202


what is the difference between 123 and 0123 in c?

1277


Where are local variables stored in c?

1097


program to find out date after adding 31 days to a date in the month of febraury also consider the leap year

3150


Why shouldn’t I start variable names with underscores?

1119


In a header file whether functions are declared or defined?

1176


Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.

3166