Answer Posted / vignesh1988i
C programs are usually written in pure english languages....
so it can be said as high level languages... but at the same
time it can directly operate on Machine level (Bitwise
level) directly... so it can be said as low level
language.... since it is swinging inbetween... C IS CALLED
Middle level language.....
thank u
| Is This Answer Correct ? | 6 Yes | 6 No |
Post New Answer View All Answers
writ a program to compare using strcmp VIVA and viva with its output.
Why are all header files not declared in every c program?
Can we access the array using a pointer in c language?
When should a type cast be used?
What is #define size in c?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
Is it possible to execute code even after the program exits the main() function?
What is the use of bit field?
Write a program to check whether a number is prime or not using c?
What is this infamous null pointer, anyway?
Where static variables are stored in memory in c?
What is the difference between formatted&unformatted i/o functions?
Can we declare function inside main?
What are the types of type qualifiers in c?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?