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

Answer Posted / vignesh1988i

it will print hi...

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the advantages and disadvantages of macros.

616


State the difference between x3 and x[3].

648


What is getche() function?

602


List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.

2299


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

656






`write a program to display the recomended action depends on a color of trafic light using nested if statments

1629


What is the difference between a function and a method in c?

554


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

620


You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.

1772


What is the process to create increment and decrement stamen in c?

583


diff between exptected result and requirement?

1592


What is variable declaration and definition in c?

493


Why c is called a middle level language?

633


Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.

663


Describe the modifier in c?

597