DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?
Answers were Sorted based on User's Feedback
Answer / nayani
.c++ is an object oriented programming language.
.c is a procedural oriented programming language.
| Is This Answer Correct ? | 16 Yes | 1 No |
Answer / anupam n singh
c is procedural oriented language or strutured oriented
language .
c++ is object oriented programing language
| Is This Answer Correct ? | 9 Yes | 0 No |
What is the advantage of c?
Which header file is used for clrscr?
write an interactive program to generate the divisors of a given integer.
7. Identify the correct argument for the function call fflush() in ANSI C: A)stdout B)stdin C)stderr D)All the above
Why Modern OS are interrupt driven?Give an example
Explain what is dynamic data structure?
Write a program to reverse a linked list in c.
What is the concatenation operator?
What is keyword with example?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
Predict the output or error(s) for the following: 25. main() { printf("%p",main); }
What is the difference between exit() and _exit() function in c?