what is the output for the code :
main()
{
int i,j;
printf("%d %d ",scanf("%d%d",&i,&j));
}
Answer Posted / anitha
0 0
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Multiply an Integer Number by 2 Without Using Multiplication Operator
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
What language is lisp written in?
Tell me can the size of an array be declared at runtime?
Explain can you assign a different address to an array tag?
What are different types of pointers?
what are the different storage classes in c?
Can a void pointer point to a function?
What is volatile variable how do you declare it?
In C, What is the #line used for?
What are the functions to open and close file in c language?
diff between exptected result and requirement?
How does free() know explain how much memory to release?
Write a simple code fragment that will check if a number is positive or negative.