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?

Answer Posted / avinash

C IS A PROGRAMMING LANGUAGE.

Is This Answer Correct ?    11 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between array and pointer in c?

1135


How many types of operators are there in c?

1086


How many levels of pointers have?

1097


void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }

1783


How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?

1074


Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..

1067


Tell me what is null pointer in c?

1123


WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?

2429


What are high level languages like C and FORTRAN also known as?

1233


Write programs for String Reversal & Palindrome check

1134


What is the difference between ++a and a++?

1269


How can I get back to the interactive keyboard if stdin is redirected?

1231


Is c easy to learn?

1028


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


What does the error message "DGROUP exceeds 64K" mean?

1272