adspace


What are the preprocessor categories?

Answer Posted / Ved Prakash Yadav

"In C, there are three categories of preprocessing tokens: identifiers, constants, and operators. Identifiers refer to names that you create for variables, functions, labels, etc.nConstants include literal values like numbers, characters, strings, and symbols like #define.nOperators are symbols that indicate operations like arithmetic (+), relational (==), assignment (=), and logical (&&)."

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In C programming, how do you insert quote characters (‘ and “) into the output screen?

1614


what is ur strangth & weekness

2588


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

2737


What is variable initialization and why is it important?

1391


swap 2 numbers without using third variable?

1208


What are pointers? What are different types of pointers?

1263


Explain the difference between null pointer and void pointer.

1157


can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......

2001


Differentiate between null and void pointers.

1256


What are compound statements?

1289


What is pointer to pointer in c with example?

1197


ATM machine and railway reservation class/object diagram

5335


will u please send me the placement papers to my mail???????????????????

1925


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

2513


Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?

1181