what will be the output for the following
main()
{
printf("hi" "hello");
}
Answer Posted / chaitu
the output of this is "hihello"
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What is a union?
What is wild pointer in c with example?
What are the difference between a free-standing and a hosted environment?
write a program to find the given number is prime or not
Can static variables be declared in a header file?
Explain the difference between getch() and getche() in c?
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
What is 02d in c?
Is there a way to jump out of a function or functions?
What does s c mean in text?
What is keyword in c?
What is extern c used for?
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
Do array subscripts always start with zero?
What is storage class?