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 |
Explain what a Binary Search Tree is.
what is an array
What is a program flowchart?
program for following output using for loop? 1 2 3 4 5 2 3 4 5 3 4 5 4 5 5
write a program that explain #define and # undef directive
what is the output of the following program and explain the answer #include<stdio.h> exp() { main(5) } main(int a) { printf("%d",a); return; }
What is hungarian notation? Is it worthwhile?
What is the OOPs concept?
How do I send escape sequences to control a terminal or other device?
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
Is boolean a datatype in c?
What is a union?