what is the output for the code :
main()
{
int i,j;
printf("%d %d ",scanf("%d%d",&i,&j));
}
Answer Posted / rampoojan gupta
no out put
| Is This Answer Correct ? | 1 Yes | 11 No |
Post New Answer View All Answers
Explain what does a function declared as pascal do differently?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
What is local and global variable in c?
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
code for find determinent of amatrix
c program for searching a student details among 10 student details
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
What is the difference between printf and scanf )?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
What does c mean in standard form?
What is the value of h?
What is a macro, and explain how do you use it?