What are the preprocessors?

Answer Posted / prasanna

Preprocessor is the program which processes the source code before it goes to the compiler.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the role of this pointer?

545


What are the rules for identifiers in c?

579


How main function is called in c?

622


in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.

7385


What is structure packing in c?

602






What functions are in conio h?

650


What are the advantages and disadvantages of a heap?

700


Is there any demerits of using pointer?

621


Is there any possibility to create customized header file with c programming language?

619


stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.

1843


What is pointers in c with example?

573


Can the “if” function be used in comparing strings?

584


in iso what are the common technological language?

1627


how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....

1366


What is the role of && operator in a program code?

564