WHO DEVELOPED C++?
Answers were Sorted based on User's Feedback
What are the debugging methods you use when came across a problem?
What is meant by const_cast?
What is "mutable" keyword?
program to print this triangle * * * * * *
let a,b,c be three integer numbers.write a c++ program with a function void rotate 1()such that a->b->c and c->a.
What happens when the extern "c" char func (char*,waste) executes?
If there are 1 to 100 Numbers in array of 101 elements. Which is the easy way to find repeated number?
What is different in C++, compare with unix?
What is isdigit c++?
Why is it called c++?
What language is a dll written in?
What is the use of :: operator in c++?