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 the g value paradox?
Explain argument and its types.
main() { int x=10,y=15; x=x++; y=++y; printf("%d %d\n",x,y); } output??
19 Answers EBS, Ramco, Sangwin, TCS,
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
What does the file stdio.h contain?
What are the different types of control structures?
What does a run-time "null pointer assignment" error mean?
How to declare pointer variables?
1)which of following operator can't be overloaded. a)== b)++ c)?! d)<=
do u print this format '(((())))'. This brackets is based on user input like 4 or 5 or 6,without using any loop's?
Read two numbers from keyboard and find maximum of them?
Why can’t we compare structures?