What are preprocessor directives?



What are preprocessor directives?..

Answer / kavyamohan

Macros

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

What are the different flags in C? And how they are useful? And give example for each in different consequences?

1 Answers  


Write a program to reverse a given number in c language?

0 Answers  


hi how to convert program from notepad to turboc editor can u please help me

3 Answers  


What is difference between arrays and pointers?

0 Answers  


which operator having lowest precedence?? a.)+ b.)++ c.)= d.)%

4 Answers  






The program will first compute the tax you owe based on your income. User is prompted to enter income. Program will compute the total amount of tax owed based on the following: Income Tax 0 - $45,000 = 0.15 x income $45,001 - $90,000 = 6750 + 0.20 x (income – 45000) $90,001 - $140,000 = 15750 + 0.26 x (income – 90000) $140,001 - $200,000 = 28750 + 0.29 x (income – 140000) Greater than $200,000 = 46150 + 0.33 x (income – 200000) Dollar amounts should be in dollars and cents (float point numbers with two decimals shown). Tax is displayed on the screen.

0 Answers   Microsoft,


how to multiply two number taking input as a string (considering sum and carry )

2 Answers   Wipro,


I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.

0 Answers  


Can we change the value of static variable in c?

0 Answers  


Write a program to find the smallest and largest element in a given array in c language

11 Answers   Microsoft, Vembu,


what is differnence b/w macro & functions

1 Answers  


write a programe to find the factorial of given number using recursion

3 Answers  


Categories