Answer Posted / raji .r
it is a high level language
it is a strutured programming language
it is easier to understand the user because the programs
can be divided into some small small functions.
| Is This Answer Correct ? | 21 Yes | 3 No |
Post New Answer View All Answers
What is the main difference between calloc () and malloc ()?
Can the sizeof operator be used to tell the size of an array passed to a function?
How can I read/write structures from/to data files?
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
c program to compute AREA under integral
Give differences between - new and malloc() , delete and free() ?
What are the types of data types and explain?
c program for searching a student details among 10 student details
What is data structure in c language?
Why do we use int main instead of void main in c?
Why is #define used?
Tell me with an example the self-referential structure?
What are loops in c?
How do you use a 'Local Block'?
Explain what is the concatenation operator?