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 / sachin tyagi
it will not be exiucet b/c ther will be synatx error
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is a static function in c?
What are the back slash character constants or escape sequence charactersavailable in c?
Can we use any name in place of argv and argc as command line arguments?
swap 2 numbers without using third variable?
Without Computer networks, Computers will be half the use. Comment.
What's the right way to use errno?
What is sizeof in c?
What are the scope of static variables?
Difference between goto, long jmp() and setjmp()?
How can I trap or ignore keyboard interrupts like control-c?
What is data structure in c and its types?
how to execute a program using if else condition and the output should enter number and the number is odd only...
Explain what are the __date__ and __time__ preprocessor commands?
What is the difference between text files and binary files?
In a switch statement, explain what will happen if a break statement is omitted?