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
Write a program to find factorial of a number using recursive function.
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
how many errors in c explain deply
Is there a way to jump out of a function or functions?
What do you mean by c what are the main characteristics of c language?
What is echo in c programming?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
Why is C language being considered a middle level language?
What is variable declaration and definition in c?
Which header file is used for clrscr?
What is storage class?
What is a macro in c preprocessor?
Why is c so powerful?
Explain enumerated types in c language?
What is the difference between %d and %i?