Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

what is initgraph..?

+4 votes
asked Feb 24 by AJIT bhosale (160 points)
why it is used..? is it in c++ & java..?

1 Answer

+1 vote
answered Feb 27 by Peter Minarik (86,240 points)

You have to be more specific than that. You're asking about an instruction that you do not even know what language we're talking about.

For instance, InitGraph in Pascal initializes the graphics system.

C/C++ has a similar graphics system initialization via initgraph.

There could be many languages or many libraries with a function called initgraph. It could initialize some graphs so you can create binary trees or DAGs or whatever graphs you want.

It really depends on where you've seen this instruction.

Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...