char ch="{'H','I',0};printf("%s",ch);what is output
Answer Posted / prasath
thats error
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Differentiate between null and void pointers.
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
How does #define work?
What does 3 mean in texting?
Write program to remove duplicate in an array?
find the sum of two matrices and WAP for it.
Explain what is a pragma?
What are the back slash character constants or escape sequence charactersavailable in c?
What are disadvantages of C language.
what is use of malloc and calloc?
How do you determine the length of a string value that was stored in a variable?
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
Is javascript based on c?
Which is better pointer or array?
What is c language in simple words?