char ch="{'H','I',0};printf("%s",ch);what is output
Answer Posted / prasath
thats error
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Is it possible to use curly brackets ({}) to enclose single line code in c program?
What does c mean in standard form?
explain what is fifo?
How can a program be made to print the line number where an error occurs?
What are the advantages of Macro over function?
What is difference between stdio h and conio h?
What are structure members?
What is oops c?
I came across some code that puts a (void) cast before each call to printf. Why?
When do we get logical errors?
write a c program for swapping two strings using pointer
In c language can we compile a program without main() function?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
Difference between strcpy() and memcpy() function?
How can you check to see whether a symbol is defined?