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
Can you please explain the difference between exit() and _exit() function?
c program for searching a student details among 10 student details
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
Explain low-order bytes.
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
What language is lisp written in?
What is the difference between array and linked list in c?
What are the basic data types associated with c?
Explain how can you be sure that a program follows the ansi c standard?
explain what is a newline escape sequence?
Explain about the functions strcat() and strcmp()?
What is ctrl c called?
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
What is difference between structure and union with example?
Why is a semicolon (;) put at the end of every program statement?