Answer Posted / ajithbalaji
Both r wrong
#include<stdio.h>
#include<conio.h>
void main()
{
printf("\"hello\"");
getch();
}
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is logical error?
What does a function declared as pascal do differently?
What is use of bit field?
How does struct work in c?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
Is c procedural or functional?
Can you write a programmer for FACTORIAL using recursion?
What is exit() function?
Can an array be an Ivalue?
What is c mainly used for?
What is table lookup in c?
Are enumerations really portable?
How many header files are in c?
Explain what is output redirection?
Is c still used?