How do you master coding?
No Answer is Posted For this Question
Be the First to Post Answer
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?
Who created c++?
If you want to share several functions or variables in several files maitaining the consistency how would you share it?
What type of question are asked in GE code writing test based on c++ data structures and pointers?
Can a program run without main function?
What are Binay tress and B trees? Diff between them?
Explain the need for "Virtual Destructor"?
What are the types of pointer?
Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?
What is polymorphism in c++? Explain with an example?
How many storage classes are available in C++?
write a program that takes 5 digit no and calculate 2 power that no and print it.