Answer Posted / kalyanram
c is a procedural oriented language ,in c there is no
security & reusabulity concepts
in c++ lan object oriented language this provide concept of
class,inheritance ..so it is more security
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Is it cc or c in a letter?
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
code for find determinent of amatrix
What are the types of operators in c?
What is function in c with example?
where are auto variables stored? What are the characteristics of an auto variable?
What is difference between %d and %i in c?
What is variable in c example?
Explain built-in function?
Explain how do you generate random numbers in c?
How can I find the modification date of a file?
What are register variables in c?
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
What is the difference between exit() and _exit() function in c?