What are c++ redistributables?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

List out function which we can call without using object

1 Answers  


Is c++ free?

0 Answers  


Difference between a copy constructor and an assignment operator.

0 Answers  


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.

0 Answers   CIIT Wah,


Why is standard template library used?

0 Answers  






How many types of modularization are there in c++?

0 Answers  


What are protected members in c++?

0 Answers  


How do you instruct your compiler to print the contents of the intermediate file showing the effects of the preprocessor?

0 Answers  


How to construct virtual constructor

6 Answers   CIStems Software, Symphony,


What is the maximum value of a unsigned char a) 255 b) 256 c) 128

0 Answers  


Tell me an example where stacks are useful?

0 Answers  


Explain the auto storage classes in c++.

0 Answers  


Categories