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
How pointer is different from array?
Write a program which returns the first non repetitive character in the string?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
What is difference between && and & in c?
What is a good way to implement complex numbers in c?
When should the register modifier be used? Does it really help?
How to Throw some light on the splay trees?
Write a progarm to find the length of string using switch case?
Is array name a pointer?
What is the use of static variable in c?
What is a built-in function in C?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
Explain what are bus errors, memory faults, and core dumps?
How was c created?
how many key words availabel in c a) 28 b) 31 c) 32