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
What is the newline escape sequence?
What is a class c rental property?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
how to print the character with maximum occurence and print that number of occurence too in a string given ?
Why can’t we compare structures?
Why is it usually a bad idea to use gets()? Suggest a workaround.
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
Can a variable be both const and volatile?
What is #include cctype?
What is printf () in c?
When should the register modifier be used? Does it really help?
What is pointer & why it is used?
What are different types of variables in c?
How can I find out if there are characters available for reading?