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
how to count no of words,characters,lines in a paragraph.
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
Why c is called free form language?
Explain how do you convert strings to numbers in c?
How can I remove the leading spaces from a string?
List the different types of c tokens?
What does s c mean on snapchat?
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
What is #define size in c?
what does static variable mean?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
What is an example of structure?
Which built-in library function can be used to match a patter from the string?
What does the c in ctime mean?
What is the difference between pure virtual function and virtual function?