Answer Posted / kiran
As 'C' has the characteristics of both high-level and low-level languages, it is a "Middle level" language. As C programs are machine dependent, it is a "High-level Language".
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
What are the characteristics of arrays in c?
What are two dimensional arrays alternatively called as?
Why c is procedure oriented?
When can a far pointer be used?
What are the types of assignment statements?
What is character constants?
write a c program to find the sum of five entered numbers using an array named number
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
Simplify the program segment if X = B then C ← true else C ← false
Why is c so important?
What are the different types of linkage exist in c?
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
Is javascript written in c?
How can you find the exact size of a data type in c?