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

Explain enumerated types.

1040


Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings

2754


What is array of structure in c?

1186


There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?

1308


How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?

2101


Using which language Test cases are added in .ptu file of RTRT unit testing???

4289


In a switch statement, what will happen if a break statement is omitted?

1069


if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above

1165


What is && in c programming?

1167


Explain the difference between the local variable and global variable in c?

1077


Which node is more powerful and can handle local information processing or graphics processing?

1324


What is the difference between exit() and _exit() function?

1047


disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit

2076


what is a NULL Pointer? Whether it is same as an uninitialized pointer?

1282


Why do we use int main instead of void main in c?

1153