What is the role of static keyword for a class member variable?
No Answer is Posted For this Question
Be the First to Post Answer
How many types of modularization are there in c++?
What are the types of array in c++?
Given an array of size N in which every number is between 1 and N, determine if there are any duplicates in it. You are allowed to destroy the array if you like. [ I ended up giving about 4 or 5 different solutions for this, each supposedly better than the others ].
program to print this triangle * * * * * *
What is a float in c++?
What are the differences between new and malloc?
What problem does the namespace feature solve?
In a class only declaration of the function is there but defintion is not there then what is that function?
Is c better than c++?
What is isdigit c++?
What is abstraction in c++ with example?
What is a namespace in c++?