Answer Posted / pradeep
C++ comes from the ++ operator
+++ operator is used to increment the value by 1. The
developers added some new features to c and named it C++.
| Is This Answer Correct ? | 51 Yes | 7 No |
Post New Answer View All Answers
write a program to display all prime numbers
Can a variable be both static and volatile in c?
List the different types of c tokens?
What is this infamous null pointer, anyway?
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
What is structure in c definition?
Is there sort function in c?
What does c value mean?
What is character constants?
Is main a keyword in c?
What is the deal on sprintf_s return value?
If fflush wont work, what can I use to flush input?
What are pragmas and what are they good for?
Are the expressions * ptr ++ and ++ * ptr same?
Why is c not oop?