While compiling a c program,graphics header files are not
including in my program..eg: <graphics.h>,what may be the
problem...is there any environment settings exists.
Answer Posted / sachin tyagi
it will not be exiucet b/c ther will be synatx error
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is the equivalent code of the following statement in WHILE LOOP format?
Write a program with dynamically allocation of variable.
What is the difference between exit() and _exit() function in c?
Explain what does the function toupper() do?
Why do we use stdio h and conio h?
What is an lvalue in c?
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
What is the difference between char array and char pointer?
What is difference between structure and union in c?
What does the characters “r” and “w” mean when writing programs that will make use of files?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
Why c language is called c?
Is exit(status) truly equivalent to returning the same status from main?
What are the 5 organizational structures?
What is difference between structure and union with example?