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 / vignesh1988i

C usually a MIDDLE LEVEL language.... why it is called so because it can perform bitwise operations directly and also can perform user understandable operations like printf , scanf, looping etc etc......

here the bitwise operations are those where we can communicate directly through hardware using the OS.......

and also ASSEMBLY LEVEL Programming (ALP) can also be done to the processor direclty through C.......


thank s

Is This Answer Correct ?    71 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many keywords (reserve words) are in c?

1194


What are compound statements?

1245


write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);

2416


What is typedef example?

1261


Explain low-order bytes.

1100


Explain how can I pad a string to a known length?

1255


How many types of arrays are there in c?

1083


.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }

1374


What is wild pointer in c with example?

1113


What is the data segment that is followed by c?

1142


What is break statement?

1183


What is dynamic memory allocation?

1391


How can you tell whether two strings are the same?

1314


I came across some code that puts a (void) cast before each call to printf. Why?

1271


Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.

1158