char ch="{'H','I',0};printf("%s",ch);what is output
Answer Posted / vijay
h
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the types of macro formats?
What is #line?
Can true be a variable name in c?
Does sprintf put null character?
is it possible to create your own header files?
What is storage class?
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
What are the types of bitwise operator?
Describe static function with its usage?
What is variable in c example?
How can you tell whether two strings are the same?
Explain is it better to bitshift a value than to multiply by 2?
When should a type cast be used?
What is stack in c?
What is a far pointer in c?