Why do u use # before include in a C Progam?

Answer Posted / sashfsjfg

# is a preprocessor it is used tell the current header file
to add some wat needed source code to program it invokes
before main function

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

1491


c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above

725


Explain how can you check to see whether a symbol is defined?

655


write a program to display all prime numbers

1452


What is the need of structure in c?

562






What are runtime error?

623


What standard functions are available to manipulate strings?

558


Why do we use c for the speed of light?

603


Explain the difference between #include "..." And #include <...> In c?

622


Explain low-order bytes.

617


The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration

625


What is the difference between fread buffer() and fwrite buffer()?

665


What is a function simple definition?

608


What is the difference between text files and binary files?

673


What are the 4 types of unions?

603