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 is the use of c program?

Answer Posted / abhi tiger

to build software applications and also provide services.

Is This Answer Correct ?    23 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you read a directory in a C program?

1186


Difference between macros and inline functions? Can a function be forced as inline?

1351


Can main () be called recursively?

1179


What is the value of a[3] if integer a[] = {5,4,3,2,1}?

1148


Why is c so powerful?

1165


What is zero based addressing?

1239


Explain what is wrong with this statement? Myname = ?robin?;

1641


#include main() { int *p, *c, i; i = 5; p = (int*) (malloc(sizeof(i))); printf(" %d",*p); *p = 10; printf(" %d %d",i,*p); c = (int*) calloc(2); printf(" %d ",*c); }

1107


Write a code on reverse string and its complexity.

1095


What is an auto keyword in c?

1146


c program to compute AREA under integral

2470


What is the difference between variable declaration and variable definition in c?

1105


Explain how do you use a pointer to a function?

1161


What is meant by high-order and low-order bytes?

1105


How to implement a packet in C

2932