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
How does selection sort work in c?
How can you return multiple values from a function?
What is void pointers in c?
Tell us bitwise shift operators?
What is the purpose of type declarations?
In which layer of the network datastructure format change is done
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
What is array of structure in c programming?
How are Structure passing and returning implemented by the complier?
Can we declare function inside main?
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
Explain what is #line used for?
What is the process to generate random numbers in c programming language?
What is string concatenation in c?
Why is main function so important?