what will be the output of "printf("%d%d",scanf("%d%
d",&a,&b))".provide an explation regarding the question
Answer Posted / manish soni bca 3rd year jaipu
if we enter
1234
5678
answer is
2 5678
plz tell how
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How many levels of pointers have?
ATM machine and railway reservation class/object diagram
any "C" function by default returns an a) int value b) float value c) char value d) a & b
Explain the use of fflush() function?
What is 1d array in c?
Which type of language is c?
Explain how do you list a file’s date and time?
What is difference between class and structure?
Write a program to find factorial of a number using recursive function.
What are the types of unary operators?
What does volatile do?
What are the properties of union in c?
what is the difference between class and unio?
What are runtime error?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none