what will be the output for the following
main()
{
printf("hi" "hello");
}
Answer Posted / manoj
it raises an error
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What are the differences between Structures and Arrays?
Why use int main instead of void main?
Write a program to check prime number in c programming?
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
What is the difference between pure virtual function and virtual function?
How do you define structure?
What is difference between && and & in c?
write a program for the normal snake games find in most of the mobiles.
what is the role you expect in software industry?
What are keywords in c with examples?
What is the purpose of the statement: strcat (S2, S1)?
What is the most efficient way to count the number of bits which are set in an integer?
What is optimization in c?
How many levels of pointers have?
Why we use break in c?