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
Where is c used?
Explain that why C is procedural?
What is pointer to pointer in c with example?
Explain pointer. What are function pointers in C?
What is floating point constants?
What is pointer and structure in c?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
When should you use a type cast?
What is the significance of scope resolution operator?
What do you mean by Recursion Function?
Why do we use static in c?
Explain what is the difference between null and nul?
What are the disadvantages of external storage class?
Explain 'far' and 'near' pointers in c.
Why do we write return 0 in c?