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
What is typedef example?
Write a program of prime number using recursion.
How can you draw circles in C?
Why is structure important for a child?
Should a function contain a return statement if it does not return a value?
Are local variables initialized to zero by default in c?
What is a program flowchart?
Tell me is null always defined as 0(zero)?
What is the data segment that is followed by c?
What are structures and unions? State differencves between them.
Is boolean a datatype in c?
What is the difference between void main and main in c?
What will be the outcome of the following conditional statement if the value of variable s is 10?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
How do you define structure?