char ch="{'H','I',0};printf("%s",ch);what is output

Answer Posted / prasath

thats error

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is pragma in c?

632


What are the benefits of c language?

650


What do header files do?

605


What is file in c preprocessor?

656


Which control loop is recommended if you have to execute set of statements for fixed number of times?

812






What is the difference between memcpy and memmove?

608


What are the basic data types associated with c?

820


Why does everyone say not to use gets?

612


Explain the concept and use of type void.

632


why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above

613


typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none

719


What is the function of this pointer?

678


What does c mean in basketball?

563


What is the use of in c?

583


Explain what is wrong with this program statement?

624