What is one dimensional array in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is the advantage of c++ over c?
What are protected members in c++?
Can we sort map in c++?
Write a program to concatenate two strings.
what is static function
what are difference between c and c++?
Why do we need c++?
Write a program which uses functions like strcmp(), strcpy()? etc
Will the following program execute?
Why is c++ a mid-level programming language?
What is the copy-and-swap idiom?
If we declare two macro with the same identifier without doing undef the first, what will be the result? eg: #define MAX_SIZE 100 #define MAX_SIZE 200 int table1[MAX_SIZE];