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 / sangeetha
ya offcourse.......if you want to get the circle,ellipse,
diagram in the ouput screen....we should declare the
<graphic.h> file
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Can one function call another?
How can I call a function with an argument list built up at run time?
What is extern variable in c with example?
write a program to find out prime number using sieve case?
What is the purpose of realloc()?
Explain what is the difference between functions abs() and fabs()?
Explain what are compound statements?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
What the advantages of using Unions?
What are shell structures used for?
Why enum is used in c?
What is array of structure in c programming?
Why we not create function inside function.
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
Can you please explain the difference between malloc() and calloc() function?