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 c programing

Answer Posted / ganesh k

C programming is a procedure oriented programming language
which is restricted in parameters like data security (as it
uses file system for storage), transparence and integrity.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of volatile?

1147


Do array subscripts always start with zero?

1361


What is abstract data structure in c?

1104


Differentiate between null and void pointers.

1226


What is the difference between if else and switchstatement

1999


What is the purpose of 'register' keyword?

1130


Linked lists -- can you tell me how to check whether a linked list is circular?

1132


Why is event driven programming or procedural programming, better within specific scenario?

2480


Is c compiled or interpreted?

1242


write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1

3999


What is the purpose of the preprocessor directive error?

1314


Why is it important to memset a variable, immediately after allocating memory to it ?

2130


How can you increase the allowable number of simultaneously open files?

1207


Explain the priority queues?

1138


stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.

2523