what is the output for the code :
main()
{
int i,j;
printf("%d %d ",scanf("%d%d",&i,&j));
}
Answer Posted / sundar
what input to give that number can display
| Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
What is the role of this pointer?
When was c language developed?
Why #include is used in c language?
What is the meaning of ?
How do I send escape sequences to control a terminal or other device?
What does a function declared as pascal do differently?
Explain the difference between the local variable and global variable in c?
#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??
How many types of functions are there in c?
With the help of using classes, write a program to add two numbers.
Suggesting that there can be 62 seconds in a minute?
What is the difference between array and structure in c?
Is it acceptable to declare/define a variable in a c header?
What does the characters “r” and “w” mean when writing programs that will make use of files?