What are the vectors in c++?
No Answer is Posted For this Question
Be the First to Post Answer
why can't we declare data member of class auto register or extern
What is pure virtual function?
Describe about storage allocation and scope of global, extern, static, local and register variables?
Can java be faster than c++?
Name the operators that cannot be overloaded in C++?
What does override mean in c++?
What is the protected keyword used for?
what is meaning of isa and hsa
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.
why is c++ called oops? Explain
Incase of a function declaration, what is extern means?
What is ofstream c++?