What is fixed in c++?


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

Post New Answer

More C++ General Interview Questions

Describe public access specifiers?

0 Answers  


How are the features of c++ different from c?

0 Answers  


Explain mutable storage class specifier.

0 Answers  


Write bites in Turbo c++ Header ("Include") Files.

0 Answers  


show that among any group of five (not necessary consecutive ) integers, there are two with the same remainder when divided by 4.

1 Answers  






What is the use of default constructor?

0 Answers  


Why is main an int?

0 Answers  


Define a program that reads two matrices of size 3x3 with real values from the user then prints their sum, difference and multiplication.

0 Answers   TCS,


What is object oriented programming (oop)?

0 Answers  


Mention the ways in which parameterized can be invoked. Give an example of each.

0 Answers  


What is a literal in c++?

0 Answers  


catch(exception &e) { . . . } Referring to the sample code above, which one of the following lines of code produces a written description of the type of exception that "e" refers to? a) cout << e.type(); b) cout << e.name(); c) cout << typeid(e).name(); d) cout << e.what(); e) cout << e;

2 Answers   Quark,


Categories