How do you master coding?


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

Post New Answer

More C++ General Interview Questions

There is a magic square matrix in such a way that sum of a column or a row are same like 3 5 2 4 3 3 3 2 5 sum of each column and row is 10. you have to check that matrix is magic matrix or not?

1 Answers   TCS,


Who created c++?

0 Answers  


If you want to share several functions or variables in several files maitaining the consistency how would you share it?

0 Answers  


What type of question are asked in GE code writing test based on c++ data structures and pointers?

0 Answers  


Can a program run without main function?

0 Answers  






What are Binay tress and B trees? Diff between them?

8 Answers   CTS, GATE, Wipro,


Explain the need for "Virtual Destructor"?

2 Answers   Infosys,


What are the types of pointer?

0 Answers  


Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?

0 Answers  


What is polymorphism in c++? Explain with an example?

0 Answers  


How many storage classes are available in C++?

1 Answers  


write a program that takes 5 digit no and calculate 2 power that no and print it.

3 Answers  


Categories