what is the output for the code :
main()
{
int i,j;
printf("%d %d ",scanf("%d%d",&i,&j));
}
Answer Posted / nitin sharma
ans 1 2
| Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
Is swift based on c?
Are pointers really faster than arrays?
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
What is the difference between the local variable and global variable in c?
Ow can I insert or delete a line (or record) in the middle of a file?
What is the difference between test design and test case design?
What is the benefit of using const for declaring constants?
writ a program to compare using strcmp VIVA and viva with its output.
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
in linking some of os executables are linking name some of them
What is a substring in c?
What are the benefits of organizational structure?
What is the size of empty structure in c?
What is bubble sort technique in c?