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
write a program to concatenation the string using switch case?
What is a protocol in c?
Are negative numbers true in c?
Explain the term printf() and scanf() used in c language?
What is pass by reference in functions?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
How can I get the current date or time of day in a c program?
Differentiate between the expression “++a” and “a++”?
Is it cc or c in a letter?
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
Explain how can a program be made to print the line number where an error occurs?
Which type of language is c?
What are conditional operators in C?
Why c is called a middle level language?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.