what is the output for the code :
main()
{
int i,j;
printf("%d %d ",scanf("%d%d",&i,&j));
}
Answer Posted / shahzad
first variable is used to print the no of inputs and
remaining r used to print the values from the last
i.e.third second first.........so on..
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
What is c token?
What is a protocol in c?
What are the different categories of functions in c?
What is size of union in c?
Explain how does free() know explain how much memory to release?
What is the use of function overloading in C?
How can you determine the maximum value that a numeric variable can hold?
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
Is it better to use a macro or a function?
What is the purpose of ftell?
Why functions are used in c?
What is c system32 taskhostw exe?
What is pivot in c?