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 the features of c language?


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

Post New Answer

More C Interview Questions

In a switch statement, what will happen if a break statement is omitted?

0 Answers  


wt is d full form of c

6 Answers   TCS, Wipro,


Which driver is a pure java driver

0 Answers   Vertex,


write a function that accepts an array A with n elements and array B with n-1 elements. Find the missing one in array B,with an optimized manner?

2 Answers   Zensar,


What 'lex' does?

0 Answers   Tech Mahindra,


What is volatile variable in c with example?

0 Answers  


what will the following program do? void main() { int i; char a[]="String"; char *p="New Sring"; char *Temp; Temp=a; a=malloc(strlen(p) + 1); strcpy(a,p); //Line no:9// p = malloc(strlen(Temp) + 1); strcpy(p,Temp); printf("(%s, %s)",a,p); free(p); free(a); } //Line no 15// a) Swap contents of p & a and print:(New string, string) b) Generate compilation error in line number 8 c) Generate compilation error in line number 5 d) Generate compilation error in line number 7 e) Generate compilation error in line number 1

1 Answers   IBM,


What is the difference between null pointer and void pointer

10 Answers   CTS, Manforce, MAQ Software,


Can the sizeof operator be used to tell the size of an array passed to a function?

0 Answers  


what do you mean by inline function in C?

0 Answers   IBS, TCS,


What does the message "automatic aggregate intialization is an ansi feature" mean?

0 Answers  


Can true be a variable name in c?

0 Answers  


Categories