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

Badboy is defined who has ALL the following properties: Does not have a girlfriend and is not married. He is not more than 23 years old. The middle name should be "Singh" The last name should have more than 4 characters. The character 'a' should appear in the last name at least two times. The name of one of his brothers should be "Ram" Write a method: boolean isBadBoy(boolean hasGirlFriend , boolean isMarried, int age , String middleName , String lastName , String[] brotherName); isHaveGirlFriend is true if the person has a girlfriend isMarried is true if the person is married age is the age of the person middleName is the middle name of the person lastName is the last name of the person brotherName is the array of the names of his brothers

1420


Explain how do you print only part of a string?

642


What is identifiers in c with examples?

672


what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?

1896


Explain pointer. What are function pointers in C?

622






Why c is a procedural language?

578


What is sizeof array?

604


How can you determine the maximum value that a numeric variable can hold?

631


Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings

2243


WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?

1853


What are reserved words?

650


What is difference between union All statement and Union?

628


What does the function toupper() do?

647


Explain what is the difference between the expression '++a' and 'a++'?

623


When can a far pointer be used?

584