STL (140)
OOPS (873)
C++ General (2409) Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
962Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .
1103Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c
1241
What is an inclusion guard?
What are the four main data types?
Is c++ a float?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
Is string part of stl?
Why can templates only be implemented in the header file?
What is the type of this pointer in c++?
Why is abstraction used?
What is static modifier?
What is doubly linked list in c++?
What is a storage class used in c++?
Will rust take over c++?
Why is c++ still popular?
If class D is derived from a base class B
What is a node class in c++?