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 |
Explain how do you print an address?
What does != Mean in c?
How can you increase the size of a dynamically allocated array?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
where do we use structure pointer?
What are derived data types in c?
What is volatile variable in c?
a=0; while(a<5) printf("%d\n",a++); how many times does the loop occurs? a.infinite b.5 c.4 d.6
main() { printf(5+"good morning"); printf("%c","abcdefgh"[4]); }the o/p is morning and e...how someone explain
If fflush wont work, what can I use to flush input?
What is a node in c?
What is a built-in function in C?