what will be the output of "printf("%d%d",scanf("%d%
d",&a,&b))".provide an explation regarding the question
Answer Posted / nilambuja
the output will be what value of a and b...
| Is This Answer Correct ? | 2 Yes | 8 No |
Post New Answer View All Answers
Write the Program to reverse a string using pointers.
What are the functions to open and close file in c language?
What does sizeof int return?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
What language is windows 1.0 written?
What math functions are available for integers? For floating point?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
Differentiate between Macro and ordinary definition.
How to create struct variables?
Can we compile a program without main() function?
how to write optimum code to divide a 50 digit number with a 25 digit number??
What is difference between far and near pointers?
What is the best organizational structure?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
What is a program flowchart and explain how does it help in writing a program?