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 |
main() { clrscr(); } clrscr();
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
Write a C program to fill a rectangle using window scrolling
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.
What is the difference between ++a and a++?
How can variables be characterized?
What is #include cctype?
What does 3 mean in texting?
What are categories used for in c?
Explain the properties of union.
application attempts to perform an operation?
What do you mean by c what are the main characteristics of c language?