How do you decide which integer type to use?


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

Post New Answer

More C++ General Interview Questions

How does list r; differs from list r();?

0 Answers  


Can we declare a base-class destructor as virtual?

0 Answers  


In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?

0 Answers  


Explain function overloading

0 Answers  


When to use “const” reference arguments in a function?

0 Answers  






Can class objects be passed as function arguments?

0 Answers   HCL,


"How will you merge these two arrays? Write the program Array: A 1 18 22 43 Array: B 3 4 6 20 34 46 55 Output Array: C 1 3 4 6 18 20 22 34 43 46 55"

9 Answers   College School Exams Tests, HCL,


Can create new c++ operators?

0 Answers  


What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero

0 Answers  


How do I use arrays in c++?

0 Answers  


What are default parameters? How are they evaluated in c++ function?

0 Answers  


Can user-defined object be declared as static data member of another class?

0 Answers  


Categories