Computer Science, asked by gulabsa5239, 11 months ago

What is ment by # written in in brackets of entities ifc file?

Answers

Answered by oslearner
0

The # refers to the preprocessor which is responsible for handling our program and processing it. It is also useful when we are getting an .exe file of our software written in C/C++ with TurboC / TurboC++.

If you don't write the # then you would be left with an error

Similar questions