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


Please Help Members By Posting Answers For Below Questions

Where in memory are my variables stored?

637


Write a code to generate a series where the next element is the sum of last k terms.

734


How can I insert or delete a line (or record) in the middle of a file?

575


Why does everyone say not to use gets?

610


What are local static variables?

619






How can a number be converted to a string?

607


When is a null pointer used?

641


What is NULL pointer?

677


`write a program to display the recomended action depends on a color of trafic light using nested if statments

1633


Can we declare variables anywhere in c?

580


Explain bitwise shift operators?

632


Difference between pass by reference and pass by value?

658


what is reason of your company position's in india no. 1.

1777


Can a pointer be null?

565


write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.

1577