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 the benefit of using an enum rather than a #define constant?
What is hash table in c?
Why is c called a structured programming language?
Write a code on reverse string and its complexity.
to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?
Explain what is the use of a semicolon (;) at the end of every program statement?
Is sizeof a keyword in c?
What does *p++ do?
What is data types?
What is the difference between NULL and NUL?
write a c program for swapping two strings using pointer
What are predefined functions in c?
What are structural members?
What is c language in simple words?
What does malloc () calloc () realloc () free () do?