What does asterisk mean in c++?
No Answer is Posted For this Question
Be the First to Post Answer
what is multi-threading in C++?
What is a parameterized type?
How c functions prevents rework and therefore saves the programers time as wel as length of the code ?
What is heap sort in c++?
Incase of a function declaration, what is extern means?
what does the following statement mean? int (*a)[4]
Define namespace in c++?
why all c++ program must have default constructor?
Show the declaration for a static function pointer.
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
Should I learn c++ c?
What is the best sorting algorithm, when there is a large amount of data, that cannot be fit in the main memory. ?