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
What does the c preprocessor do?
Explain how do you use a pointer to a function?
What is wrong in this statement?
Explain continue keyword in c
What is the basic structure of c?
What is the difference between scanf and fscanf?
I came across some code that puts a (void) cast before each call to printf. Why?
Are negative numbers true in c?
while initialization of array why we use a[][2] why not a[2][]...?
can we have joblib in a proc ?
The statement, int(*x[]) () what does in indicate?
hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
What is a file descriptor in c?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
Why we use void main in c?