Answer Posted / chaitali anand tendulkar
Macro is preprocessor directives that are defined using #
define. The combination backslash/new line is deleted
before preprocessing begins, so the directives can be
spread over several physical lines. this lines should
constitute a single logical line.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is the process to create increment and decrement stamen in c?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
What are different types of pointers?
What is wild pointer in c with example?
hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
The __________ attribute is used to announce variables based on definitions of columns in a table?
Difference between exit() and _exit() function?
Is it better to bitshift a value than to multiply by 2?
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
write a program to concatenation the string using switch case?
What is call by value in c?
Write a program to print fibonacci series without using recursion?
Explain what is meant by 'bit masking'?
When a c file is executed there are many files that are automatically opened what are they files?
What is the scope of global variable in c?