char ch="{'H','I',0};printf("%s",ch);what is output
Answer Posted / vignesh1988i
it will print hi...
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Is using exit() the same as using return?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
What are the types of type qualifiers in c?
What is a null string in c?
What is assignment operator?
Which built-in library function can be used to match a patter from the string?
how to introdu5ce my self in serco
How can you pass an array to a function by value?
Why pointers are used?
What is difference between Structure and Unions?
What is the data segment that is followed by c?
Write a program of prime number using recursion.
What is the difference between text and binary modes?
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.
Should I learn c before c++?