STL (140)
OOPS (873)
C++ General (2409)
What kind of problems does name mangling cause?
In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h
Why oops is important?
What are constructors in oop?
To modify an, existing worksheet. What steps are involved for: 1. Inserting and deleting rows and columns. 2. Printing cell formulas 3Jld displayed values 3. Using the page setup command
Explain differences between alloc() and free()?
a program using one dimensional array that searches a number if it is found on the list of given input numbers given by the user and locate its exact location in the list.
Which is better turbo c++ or dev c++?
Which is better c++ or java?
What is nested class in c++?
What is the last index number in an array of 100 characters a) 100 b) 99 c) 101
Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.
What do you mean by stack unwinding in c++?
In what situations do you have to use initialization list rather than assignment in constructors?
Can I make ios apps with c++?