adspace
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
In C programming, how do you insert quote characters (‘ and “) into the output screen?
what is ur strangth & weekness
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
What is variable initialization and why is it important?
swap 2 numbers without using third variable?
What are pointers? What are different types of pointers?
Explain the difference between null pointer and void pointer.
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......
Differentiate between null and void pointers.
What are compound statements?
What is pointer to pointer in c with example?
ATM machine and railway reservation class/object diagram
will u please send me the placement papers to my mail???????????????????
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?