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
How can you find out how much memory is available?
Explain what is the best way to comment out a section of code that contains comments?
What is #line in c?
Explain goto?
Explain what are multidimensional arrays?
What is the use of #define preprocessor in c?
What are the 5 types of organizational structures?
How do you define structure?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
What is the difference between int main and void main in c?
What is the difference between %d and %i?
When can you use a pointer with a function?
What is string constants?
What is identifiers in c with examples?