char ch="{'H','I',0};printf("%s",ch);what is output
Answer Posted / punith
error
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
What is getch?
What does 2n 4c mean?
Write a program to swap two numbers without using a temporary variable?
Differentiate Source Codes from Object Codes
Differentiate fundamental data types and derived data types in C.
What are the Advantages of using macro
What is the role of && operator in a program code?
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
what is uses of .net
Explain two-dimensional array.
Describe the header file and its usage in c programming?
Explain zero based addressing.
Why functions are used in c?
Why static variable is used in c?