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 fortran still used today?
What is output redirection?
What is the use of gets and puts?
Why is it that not all header files are declared in every C program?
What is c standard library?
Difference between strcpy() and memcpy() function?
What is the difference between if else and switchstatement
How can I generate floating-point random numbers?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
What is the full form of getch?
Explain what is the advantage of a random access file?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
Is it better to use a macro or a function?
What the advantages of using Unions?
What is a newline escape sequence?