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 is best book for data structures in c?
What is a built-in function in C?
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
What is a null pointer in c?
Are bit fields portable?
Can we declare function inside main?
pierrot's divisor program using c or c++ code
Can we declare variables anywhere in c?
What is a char c?
What are c identifiers?
Which is better oop or procedural?
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
When c language was developed?
What are the advantages of external class?
why programs in c are running with out #include