what will be the output for the following
main()
{
printf("hi" "hello");
}
Answer Posted / sumesh
the output of this question will be hihello (without any blank space).
| Is This Answer Correct ? | 28 Yes | 2 No |
Post New Answer View All Answers
What is the meaning of 2d in c?
Explain modulus operator. What are the restrictions of a modulus operator?
What would be an example of a structure analogous to structure c?
What are c header files?
What are structures and unions? State differencves between them.
What is the role of && operator in a program code?
What is the purpose of type declarations?
What is bash c?
What are preprocessor directives in c?
Is return a keyword in c?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
What is unary operator?
Why does everyone say not to use gets?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
What is keyword in c?