Is c or c++ more useful?
No Answer is Posted For this Question
Be the First to Post Answer
Keyword mean in declaration?
Why are pointers used?
explain the reference variable in c++?
What is binary object model?
Describe protected access specifiers?
What is abstract keyword in c++?
Which software is best for programming?
What is a c++ object?
Why is c++ not purely object oriented?
What is the use of endl in c++?
Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?
What is string in c++ programming?