what will be the output of" printf("%d%d",scanf("%d%
d",&a&b));"
Answer Posted / pusuluri leela prasad
first it will return no of values that scanf can return and
second it will return first value of the scanf statement
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
number of times a digit is present in a number
When is a null pointer used?
What is preprocessor with example?
Why do we use null pointer?
Can you write a programmer for FACTORIAL using recursion?
What does != Mean in c?
What is volatile variable in c with example?
Does sprintf put null character?
What are # preprocessor operator in c?
in linking some of os executables are linking name some of them
Why is structure padding done in c?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
Write a program to print fibonacci series without using recursion?
What is malloc() function?
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.