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
When is a null pointer used?
What is extern keyword in c?
what type of questions arrive in interview over c programming?
What is main function in c?
I need previous papers of CSC.......plz help out by posting them.......
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
How does placing some code lines between the comment symbol help in debugging the code?
pierrot's divisor program using c or c++ code
What are the restrictions of a modulus operator?
Is it possible to have a function as a parameter in another function?
Tell me what is null pointer in c?
What is openmp in c?
simple program of graphics and their output display
If I have a char * variable pointing to the name of a function ..
What functions are used for dynamic memory allocation in c language?