char ch="{'H','I',0};printf("%s",ch);what is output
Answer Posted / vijay
h
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is spark map function?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
What is the difference between printf and scanf in c?
What does volatile do?
How can I implement a delay, or time a users response, with sub-second resolution?
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
Multiply an Integer Number by 2 Without Using Multiplication Operator
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
What do you mean by Recursion Function?
praagnovation
What is the difference between int main and void main?
List some of the dynamic data structures in C?
What are the rules for the identifier?
Explain what is the difference between functions getch() and getche()?