a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work
a) compiler
b) loader
c) directive
d) preprocessor
No Answer is Posted For this Question
Be the First to Post Answer
Differentiate between #include<...> and #include '...'
What is the difference between single charater constant and string constant?
about c language
what is c programming?
What are pointers? Why are they used?
Is malloc memset faster than calloc?
Tell us two differences between new () and malloc ()?
Can a variable be both constant and volatile?
4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.
What is malloc return c?
second highest number in a given set of numbers