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
How to write a code for reverse of string without using string functions?
Explain what is the difference between null and nul?
What are disadvantages of C language.
Why we not create function inside function.
Can you write the function prototype, definition and mention the other requirements.
Can a pointer point to null?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
What is the scope of global variable in c?
What is indirection? How many levels of pointers can you have?
How can I list all of the predefined identifiers?
Is c is a middle level language?
Is int a keyword in c?
What are keywords in c with examples?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
What are the types of pointers?