what is the output of
printf("%d",(scanf("%d",10));
Answer Posted / kalyan chukka
Answer is 1 Because it prints how many values taken from
keyboard so it prints 1
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What does the file stdio.h contain?
What are qualifiers and modifiers c?
write a program to print largest number of each row of a 2D array
What does stand for?
Write a program with dynamically allocation of variable.
Explain the properties of union. What is the size of a union variable
What is use of integral promotions in c?
Why void is used in c?
What is indirection? How many levels of pointers can you have?
How many identifiers are there in c?
How can I get random integers in a certain range?
What is unary operator?
What is the method to save data in stack data structure type?
What are the types of bitwise operator?
What is the difference between the local variable and global variable in c?