what is the output for the code :
main()
{
int i,j;
printf("%d %d ",scanf("%d%d",&i,&j));
}
Answer Posted / aarti dhiman
When we compile this program then 1 warning shows that the
function should return the value
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Explain what is wrong in this statement?
Is fortran faster than c?
What are the types of bitwise operator?
What are the 5 organizational structures?
Explain what is the advantage of a random access file?
What is methods in c?
Do pointers store the address of value or the actual value of a variable?
Write a program to print factorial of given number without using recursion?
What are the different types of endless loops?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
What is volatile, register definition in C
For what purpose null pointer used?
Describe newline escape sequence with a sample program?
Is there anything like an ifdef for typedefs?
Which is best book for data structures in c?