what will be the output for the following
main()
{
printf("hi" "hello");
}
Answers were Sorted based on User's Feedback
Answer / manishsoni
can any one tell me hows the answer is:
hihello
| Is This Answer Correct ? | 2 Yes | 0 No |
Hai friends im a i year student. i want to develop my knowledge in the field of TSR in c. How I'm Improve ?
How can I read a directory in a c program?
Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.
What is stack in c?
how can u print a message without using any library function in c
what is data structure.in linear and non linear data structures which one is better?Explain
What is the size of enum in bytes?
Explain indirection?
Write a C program where input is: "My name is xyz". output is: "xyz is name My".
What does == mean in texting?
how to print "hai" in c?
Explain the difference between structs and unions in c?