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

Answer Posted / kalpana.y


There will be no output
because,in char function the total values should be given
in invited comas i.e,

ch={"H,I,O"};

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why c is called free form language?

572


What is pointer and structure in c?

574


Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.

2652


Differentiate abs() function from fabs() function.

596


Process by which one bit pattern in to another by bit wise operation is?

615






plz let me know how to become a telecom protocol tester. thank you.

1742


What is the use of typedef in c?

587


while initialization of array why we use a[][2] why not a[2][]...?

1868


I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.

1739


What is getch() function?

649


Where is c used?

650


What is string function in c?

540


What is table lookup in c?

628


Is the exit() function same as the return statement? Explain.

664


How can you tell whether a program was compiled using c versus c++?

619