what is the output for the code :
main()
{
int i,j;
printf("%d %d ",scanf("%d%d",&i,&j));
}
Answer Posted / sundar
what input to give that number can display
| Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
What do you mean by a local block?
How does #define work?
Can you add pointers together? Why would you?
When we use void main and int main?
What is a union?
What does main () mean in c?
#include
What is the right type to use for boolean values in c?
Explain can static variables be declared in a header file?
Which type of language is c?
explain what is fifo?
What is this infamous null pointer, anyway?
What is a stream?
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
Difference between linking and loading?