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

Why does notstrcat(string, "!");Work?

646


Can we assign string to char pointer?

591


Write a program to find the biggest number of three numbers in c?

590


How do you view the path?

672


find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2

1533






why do some people write if(0 == x) instead of if(x == 0)?

657


What are unions in c?

585


What is binary tree in c?

626


how to write optimum code to divide a 50 digit number with a 25 digit number??

2757


Is null a keyword in c?

739


Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]

635


Describe the order of precedence with regards to operators in C.

636


Explain why can’t constant values be used to define an array’s initial size?

860


Explain how can a program be made to print the name of a source file where an error occurs?

693


Explain how can I right-justify a string?

627