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
explain what are pointers?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
program to convert a integer to string in c language'
What is methods in c?
Explain the use of #pragma exit?
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
What is the use of header?
What are c preprocessors?
Linked lists -- can you tell me how to check whether a linked list is circular?
What is variable and explain rules to declare variable in c?
What are the application of c?
Explain the binary height balanced tree?
how we can make 3d venturing graphics on outer interface
Write a program to print all permutations of a given string.