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
which type of aspect you want from the student.
write a program fibonacci series and palindrome program in c
What is the meaning of c in c language?
How do I create a directory? How do I remove a directory (and its contents)?
Explain b+ tree?
What are the modifiers available in c programming language?
What are reserved words?
Explain what is the benefit of using const for declaring constants?
what do you mean by inline function in C?
What is sizeof int?
What does *p++ do?
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
What is the purpose of main() function?
Explain high-order bytes.
Explain how do you list a file’s date and time?