char ch="{'H','I',0};printf("%s",ch);what is output
Answer Posted / kalpana.y
There will be no output
because,in char function the total values should be given
in invited comas i.e,
ch={"H,I,O"};
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is external variable in c?
Explain what does it mean when a pointer is used in an if statement?
Which is best linux os?
What is the use of bit field?
Is c dynamically typed?
What are the different categories of functions in c?
What is the difference between array and structure in c?
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
What is difference between main and void main?
How can you restore a redirected standard stream?
What do you mean by scope of a variable in c?
What language is lisp written in?
What is scanf_s in c?
What are header files in c?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile