STL (140)
OOPS (873)
C++ General (2409) 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];
3 6230
How to input string in C++
If a header file is included twice by mistake in the program, will it give any error?
write a porgram in c++ that reads an integer and print the biggest digit in the number
What are c++ tokens?
Does c++ have a hash table?
Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work
What is & in c++ function?
Where is pseudocode used?
Which bit wise operator is suitable for putting on a particular bit in a number?
What are the costs and benefits of using exceptions?
What is the use of setfill in c++?
What is the difference between c++ and turbo c++?
What is inheritance write a program to show use of inheritance?
What is difference between class and structure in c++?
Why do we use iterators?