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

Answer Posted / vaibhav

it gives an error becoz of " .
if we ignore him then o/p will be HI .

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is c high or low level?

582


The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?

769


What is modeling?

647


What are the types of data types and explain?

669


What is bubble sort in c?

637






What is this infamous null pointer, anyway?

609


Why n++ execute faster than n+1 ?

1851


What is bash c?

558


Explain the use of 'auto' keyword

679


explain what are pointers?

619


Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.

703


What is difference between class and structure?

570


Why we use void main in c?

597


write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)

1627


How can I sort a linked list?

635