what is the output for the code :
main()
{
int i,j;
printf("%d %d ",scanf("%d%d",&i,&j));
}
Answer Posted / sundar
for give input is 1 2
an output is 22
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is meant by inheritance?
what is bit rate & baud rate? plz give wave forms
What is extern c used for?
Explain About fork()?
which is an algorithm for sorting in a growing Lexicographic order
What is structure pointer in c?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
How can you find out how much memory is available?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
What is restrict keyword in c?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
in iso what are the common technological language?
When would you use a pointer to a function?
What is a built-in function in C?
Is there a built-in function in C that can be used for sorting data?