what will be the output for the following
main()
{
printf("hi" "hello");
}
Answer Posted / prabu
The output will be
hi hello
| Is This Answer Correct ? | 1 Yes | 8 No |
Post New Answer View All Answers
How do we print only part of a string in c?
write a program to find the given number is prime or not
Why is C language being considered a middle level language?
Explain how can a program be made to print the line number where an error occurs?
Explain what are the standard predefined macros?
What is the purpose of scanf() and printf() functions?
What is a ternary operator in c?
Describe explain how arrays can be passed to a user defined function
What is a void pointer in c?
How can I find out how much free space is available on disk?
What is the difference between strcpy() and memcpy() function in c programming?
How can I call fortran?
How can I use a preprocessorif expression to ?
What is the collection of communication lines and routers called?
What is scope rule of function in c?