Answer Posted / rajasekhar
cpp is an object oriented programming language
c is a procedural oriented programming language
cpp is more flexible to use in real time environment
c is not flexible
cpp structures can allow functions where as c doesnt allow functions in its structures
| Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
Why is event driven programming or procedural programming, better within specific scenario?
What is #include cctype?
What is the difference between printf and scanf in c?
Why c is called a middle level language?
What the advantages of using Unions?
What will the preprocessor do for a program?
What is operator precedence?
What are header files? What are their uses?
Can a local variable be volatile in c?
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
Explain the use of 'auto' keyword
Why clrscr is used after variable declaration?
Can you please explain the difference between strcpy() and memcpy() function?
How do you list a file’s date and time?
What does it mean when the linker says that _end is undefined?