what will be the output of "printf("%d%d",scanf("%d%
d",&a,&b))".provide an explation regarding the question
Answer Posted / dipendra
i think it will print the 2, and some garbage value.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
Write a program to swap two numbers without using a temporary variable?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
What is console in c language?
What are the types of macro formats?
How to write c functions that modify head pointer of a linked list?
Who invented bcpl language?
What is the condition that is applied with ?: Operator?
Difference between pass by reference and pass by value?
How many keywords (reserve words) are in c?
What is a structure member in c?
what is a function method?give example?
What is difference between main and void main?
Explain the bubble sort algorithm.
When would you use a pointer to a function?