what will be printed by this printf?
printf("%c",printf("hi")["sharkselva"]));
}

Answer Posted / ramesh choudhury

hia

Is This Answer Correct ?    9 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is a semicolon (;) put at the end of every program statement?

635


What is pointers in c with example?

590


What is "Duff's Device"?

707


Why is it usually a bad idea to use gets()? Suggest a workaround.

918


swap 2 numbers without using third variable?

669






how can f be used for both float and double arguments in printf? Are not they different types?

617


An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above

669


What is a volatile keyword in c?

647


Explain what are the different file extensions involved when programming in c?

640


Explain what is wrong with this program statement?

631


What does c mean in basketball?

567


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

3913


What is the use of gets and puts?

611


How many levels of indirection in pointers can you have in a single declaration?

604


What is the difference between printf and scanf )?

605