STL (140)
OOPS (873)
C++ General (2409)
Can non-public members of another instance of the class be retrieved by the method of the same class?
Write a syntax and purpose of switch statement.
Out of fgets() and gets() which function is safe to use?
When is dynamic checking necessary?
What it is and how it might be called (2 methods).
What is the difference between while and do while loop? Explain with examples.
How do you import payscale data from non SAP to SAP?is it through LSMW or any other way is there?
Declare a pointer to a function that takes a char pointer as argument and returns a void pointer.
What is linked list in c++?
What is the difference between c++ and turbo c++?
What is low level language in simple words?
Will rust take over c++?
Explain how overloading takes place in c++?
What is capacity in vector in c++?
What is atoi?