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

Answer Posted / sandeep kr. maurya

in programming all operators are used(leaving # and @) then
programers want to a symbol for preprocessor. and # is
nothing in used then programers take this symbol for
preprocessor. and @ is used in Email.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In C, What is the #line used for?

1561


p*=(++q)++*--p when p=q=1 while(q<=6)

1514


Is array name a pointer?

840


What is the code in while loop that returns the output of given code?

1673


If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402

3613


What is the translation phases used in c language?

865


What do header files do?

841


How can I rethow can I return a sequence of random numbers which dont repeat at all?

989


Can a variable be both const and volatile?

909


What are 3 types of structures?

855


What is the benefit of using #define to declare a constant?

867


What is structure in c language?

855


What header files do I need in order to define the standard library functions I use?

783


Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc

5385


Why is void main used?

857