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
Write a program to print fibonacci series without using recursion?
What is atoi and atof in c?
What are structure types in C?
What are register variables in c?
Why can’t we compare structures?
program to convert a integer to string in c language'
`write a program to display the recomended action depends on a color of trafic light using nested if statments
what are the advantages of a macro over a function?
can any one provide me the notes of data structure for ignou cs-62 paper
How can I implement sets or arrays of bits?
Is main is a keyword in c?
What does. int *x[](); means ?
Is it possible to have a function as a parameter in another function?
What is null pointer in c?
What is dangling pointer in c?