Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Post New Answer

More C Interview Questions

What are the restrictions of a modulus operator?

0 Answers  


Do you have any idea about the use of "auto" keyword?

0 Answers  


Find greatest number out of 10 number without using loop.

5 Answers   TCS,


main() { int i=0; while(+(+i--)!=0) i-=i++; printf("%d",i); }

4 Answers  


Describe dynamic data structure in c programming language?

0 Answers  


#include <stdio.h> #define sqr(x) (x*x) int main() { int x=2; printf("value of x=%d",sqr(x+1)); } What is the value of x?

16 Answers   Accel Frontline, Opera, Oracle,


What is pre-emptive data structure and explain it with example?

0 Answers  


What does the && operator do in a program code?

0 Answers  


program to locate string with in a string with using strstr function

2 Answers   Huawei, Shreyas,


wite a programme in c to linear search a data using flag and without using flags?

3 Answers   TCS,


What are run-time errors?

0 Answers  


Why doesn't the code "int a = 1000, b = 1000; long int c = a * b;" work?

7 Answers  


Categories