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 type of language is C?

Answer Posted / mitesh

c is a middle level language.it is easy to understand and write the program.

Is This Answer Correct ?    16 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

When should a far pointer be used?

1187


What is the use of a static variable in c?

1110


How do you determine the length of a string value that was stored in a variable?

1170


What are the different types of constants?

1129


Is c is a low level language?

1209


What language is lisp written in?

1325


What is declaration and definition in c?

1177


FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.

1810


How arrays can be passed to a user defined function

1069


What is atoi and atof in c?

1134


If I have a char * variable pointing to the name of a function ..

1230


Write a program to print ASCII code for a given digit.

1128


Is there a way to compare two structure variables?

1172


what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555

3125


If fflush wont work, what can I use to flush input?

1151