Answer Posted / livhuwani netswera
The c language is considered a procedural langeage
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Lists the benefits of c programming language?
Should I learn c before c++?
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
What is the size of a union variable?
How do you write a program which produces its own source code as output?
What is indirection?
What is calloc()?
What do you understand by normalization of pointers?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
What is difference between structure and union with example?
What are keywords c?
What is %s and %d in c?
What are terms in math?
How can I open files mentioned on the command line, and parse option flags?
Can stdout be forced to print somewhere other than the screen?