How many ways can a variable be initialized into in C++?


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

Post New Answer

More C++ General Interview Questions

What is java and c++?

0 Answers  


What is the role of C++ shorthand's?

0 Answers   TCS,


i want the NIC programmer-B model papaer pattren, iwant the all model papers?

15 Answers   NIC,


Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?

0 Answers  


Which uses less memory? a) struct astruct { int x; float y; int v; }; b) union aunion { int x; float v; }; c) char array[10];

4 Answers   Quark,






What is static class data?

0 Answers  


Explain virtual class?

0 Answers  


Must accepts "Maestro Cards" Tax for bike should be less than 15 Total number of lanes is more than 10 Must provides monthly pass Write a method: boolean isGoodTollBridge(String[] cardsAccepted, String[] tollTax, boolean hasMonthlyPass, int numberOfLanes); String[] cardsAccepted A String array of names of card types accepted for payment of toll tax, it can be null if the toll does not accept any card String[] tollTax A String array of toll tax chart (say “Train : 300”,”BullCart : 10”) boolean hasMonthlyPass This parameter defines whether there is any monthly pass available or not int numberOfLanes This parameter defines the number of lanes for each side

0 Answers   Telecom,


What are the various operations performed on stack?

0 Answers  


Will a catch statement catch a derived exception if it is looking for the base class?

0 Answers  


What are the uses of c++ in the real world?

0 Answers  


Explain function overloading and operator overloading.

0 Answers  


Categories