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
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
Differentiate between full, complete & perfect binary trees.
What is c value paradox explain?
What is the difference between mpi and openmp?
Who invented bcpl language?
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
What is difference between structure and union?
write a c program in such a way that if we enter the today date the output should be next day's date.
How do you determine whether to use a stream function or a low-level function?
Why do we use main function?
What is the use of f in c?
What is null pointer in c?
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
What should malloc() do?
Explain union. What are its advantages?