what is the output of
printf("%d",(scanf("%d",10));

Answer Posted / hema

In Unix enviroment, this gives warning while compilation
and core when executed with a user value. Since scanf
expects a variable( address) to store the value, whereas
here we are assinging value to constant.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics

2864


What does sizeof return c?

610


What are header files and explain what are its uses in c programming?

617


How can a string be converted to a number?

521


Is it better to use a macro or a function?

659






how to execute a program using if else condition and the output should enter number and the number is odd only...

1662


Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record

4748


What are 3 types of structures?

596


In c language can we compile a program without main() function?

584


What is c language & why it is used?

588


how to count no of words,characters,lines in a paragraph.

3912


Why do some versions of toupper act strangely if given an upper-case letter?

636


What does s c mean on snapchat?

590


What do you mean by dynamic memory allocation in c? What functions are used?

662


What is derived datatype in c?

640