What are the preprocessors?

Answer Posted / santhi

a preprocessor which process some other files before our
main program.
eg:#include<stdio.h>

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is a semicolon (;) put at the end of every program statement?

618


What is typedf?

662


1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.

2328


How can you increase the size of a dynamically allocated array?

636


Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1

3641






What are header files in c programming?

651


a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f

1579


Why can’t constant values be used to define an array’s initial size?

824


Define C in your own Language.

631


What is a double c?

580


`write a program to display the recomended action depends on a color of trafic light using nested if statments

1627


What is file in c preprocessor?

645


Explain how can a program be made to print the name of a source file where an error occurs?

677


How do I send escape sequences to control a terminal or other device?

600


Linked lists -- can you tell me how to check whether a linked list is circular?

633