STL (140)
OOPS (873)
C++ General (2409) write a c++ code to overload + and - for a stack class such that + provides push and - provides pop operation
1 6112
How would you implement a substr() function that extracts a sub string from a given string?
What makes a language oop?
What are advantages of using friend classes?
When do we run a shell in the unix system? How will you tell which shell you are running?
What are the fundamental features of an object-oriented language?
Why do we use classes in programming?
What is new in c++?
Write a c++ program to display pass and fail for three student using static member function
Why use of template is better than a base class?
Write a program using GUI concept for the scheduling algorithms in Operating system like SJF,FCFS etc..
Consider the following C++ program
What is lvalue?
Why was c++ made?
What is the default width for ouputting a long integer using the insertion operator?
Why do we use using namespace std in c++?