char ch="{'H','I',0};printf("%s",ch);what is output
Answer Posted / reddy
segmentation fault
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
praagnovation
Is c language still used?
What are nested functions in c?
What is the use of f in c?
What is the difference between array_name and &array_name?
Tell me can the size of an array be declared at runtime?
What is #line?
Explain the bubble sort algorithm.
Write a program to reverse a linked list in c.
Is main is user defined function?
Differentiate abs() function from fabs() function.
What is bubble sort in c?
What are structure types in C?
What are pointers? What are stacks and queues?
Is null a keyword in c?