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...


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 is difference between declaring the pointer as int and char in c language?

3 Answers  


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

0 Answers  


Difference Between embedded software and soft ware?

1 Answers   Bosch,


What is a stream?

0 Answers  


What is void main () in c?

0 Answers  


Differentiate between static and dynamic modeling.

0 Answers   Wipro,


What is nested structure in c?

0 Answers  


What is 2 d array in c?

0 Answers  


#include<stdio.h> void main() { int a=5,b=6,c; int x=(a<b)+7; int y=(x==7)*9; int z=(c=x+y)*2; printf("%h %h %h",x,y,z); } What is the output? Explain it.

8 Answers   IBM,


find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }

0 Answers   Microsoft,


What is the purpose of clrscr () printf () and getch ()?

0 Answers  


write a c prog for removing duplicate character from an array and sorting remaining elements using a single array

1 Answers  


Categories