STL (140)
OOPS (873)
C++ General (2409)
In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that
What is the hardest coding language to learn?
Plese get me a perfect C++ program for railway/airway reservation with all details.
What is abstraction oop?
draw a flowchart that accepts two numbers and checks if the first is divisible by the second.
What is an operator in c++?
Does c++ have string data type?
How to declare a pointer to an array of integers?
What is overriding in oops?
Why is oop useful?
Explain "const" reference arguments in function?
Is c++ proprietary?
explain the term 'resource acquisition is initialization'?
why reinterpret cast is considered dangerous?
Explain the difference between overloading and overriding?