What is the size of integer variable?


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

Post New Answer

More C++ General Interview Questions

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,


How to construct muliton object

2 Answers   Symphony, TCS,


which is the easy way to divide any integer by 2?

2 Answers   Persistent,


How can you force instantiation of a template?

1 Answers   ABC, Amazon,


What is your strongest programming language (Java, ASP, C, C++, VB, HTML,C#, etc.)?

24 Answers   Infosys, Microsoft, TCS,






What does int * mean in c++?

0 Answers  


an operation between an integer and real always yeilds a) integer result b) real result c) float result

0 Answers  


What is an incomplete type?

1 Answers  


What is difference between initialization and assignment?

12 Answers   HCL, HP, Infosys,


Will this c++ program execute or not?

0 Answers  


Is java as fast as c++?

0 Answers  


What is object oriented programming (oop)?

0 Answers  


Categories