WHAT IS PRE POSSESSORS?

Answer Posted / krishna

preprocessor directives are not the libraries which should
be included while writing a program .But it is a notation
used to include the libraries which are included in the
header part of a program

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the advantages and disadvantages of macros.

630


What is ambagious result in C? explain with an example.

2059


What language is c written?

580


What are the __date__ and __time__ preprocessor commands?

576


What are the different categories of functions in c?

649






What is calloc() function?

627


Why pointers are used?

633


the factorial of non-negative integer n is written n! and is defined as follows: n!=n*(n-1)*(n-2)........1(for values of n greater than or equal to 1 and n!=1(for n=0) Perform the following 1.write a c program that reads a non-negative integer and computes and prints its factorial. 2. write a C program that estimates the value of the mathematical constant e by using the formula: e=1+1/!+1/2!+1/3!+.... 3. write a c program the computes the value ex by using the formula ex=1+x/1!+xsquare/2!+xcube/3!+....

22242


Write a program to print fibonacci series without using recursion?

612


What are the general description for loop statement and available loop types in c?

689


Difference between exit() and _exit() function?

659


HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????

2273


What is the size of structure in c?

705


how to print the character with maximum occurence and print that number of occurence too in a string given ?

2039


What are global variables and how do you declare them?

623