what will be the output of" printf("%d%d",scanf("%d%
d",&a&b));"
Answer Posted / bhavani
=>output will be:2,whatever you enter value for a.
=>because scanf is a library fn which will return how many
arguements it processes, and first value
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
int i=10; printf("%d %d %d", i, i=20, i);
When is a null pointer used?
struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer
What is the use of getch ()?
Is linux written in c?
Write a C program in Fibonacci series.
Explain the use of bit fieild.
The __________ attribute is used to announce variables based on definitions of columns in a table?
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
What is a substring in c?
What is calloc() function?
How to explain the final year project as a fresher please answer with sample project
What is the use of void pointer and null pointer in c language?
What is bin sh c?
Explain what standard functions are available to manipulate strings?