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.
Answers were Sorted based on User's Feedback
Answer / sachin tyagi
it will not be exiucet b/c ther will be synatx error
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / 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 |
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
wat is the difference between a definition and declaration? float y;---it looks like a declaration..but it s a definition.how?someone explain
Can we use visual studio for c?
#define MAX(x,y) (x) > (y) ? (x) : (y) main() { int i = 10, j = 5, k = 0; k = MAX(i++, ++j); printf("%d %d %d", i,j,k); } what will the values of i , j and k? }
14 Answers CDAC, GATE, NDS, TCS,
what is use#in c
Can you please explain the difference between exit() and _exit() function?
What does char * * argv mean in c?
What does p mean in physics?
What is #pragma directive?how it is used in the program? what is its advantages and disadvantages?
Can an array be an Ivalue?
write program on arrays
How can I do graphics in c?