What is meant by preprocessor in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

How many types of sorting are there in c?

0 Answers  


Why array is used in c?

0 Answers  


Give differences between - new and malloc() , delete and free() ?

0 Answers   Genpact,


find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2

0 Answers   TCS,


What is the difference between the = symbol and == symbol?

0 Answers  






What is the output of the below program and how it is? void main() { static int var=5; printf("%d",var--); if(var) main(); }

8 Answers   MindFire, TCS, Tech Mahindra,


what is the use of pointers

6 Answers   Adobe, GrapeCity,


1. Write a program to reverse every second word in a given sentence.

1 Answers  


write a reverse string to print a stars.(with out using logic) ***** **** *** ** *

2 Answers  


What is diffrance between declaration and defination of a variable or function

4 Answers  


please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics

0 Answers  


What does sizeof function do?

0 Answers  


Categories