char ch="{'H','I',0};printf("%s",ch);what is output
Answer Posted / punith
error
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the code in while loop that returns the output of given code?
What is a function in c?
What is the difference between procedural and functional programming?
Explain do array subscripts always start with zero?
Which built-in library function can be used to match a patter from the string?
Explain how does flowchart help in writing a program?
Do you know the purpose of 'register' keyword?
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
How can I implement sets or arrays of bits?
What is difference between arrays and pointers?
How important is structure in life?
What is ## preprocessor operator in c?
Why is c called "mother" language?
Explain union.
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?