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
How to draw the flowchart for structure programs?
If I have a char * variable pointing to the name of a function ..
What is dangling pointer in c?
What is use of bit field?
GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
Can a void pointer point to a function?
What is the difference between fread buffer() and fwrite buffer()?
what is recursion in C
What is void main ()?
Can we add pointers together?
explain what is a newline escape sequence?
When is the “void” keyword used in a function?
How do I round numbers?
how logic is used