what type of question are asked in thoughtworks pair programming round ?
No Answer is Posted For this Question
Be the First to Post Answer
what is pointers
Name a typical usage of polymorphism
can we make game by using c
When is a memory allocated to a class?
What is the significance of classes in oop?
define oops concept with example
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
officer say me - i am offered to a smoking , then what can you say
When will a constructor executed?
in the following, A D B G E C F Each of the seven digits from 0,1,2,3,4,5,6,7,8,9 is: a)Represented by a different letter in abov fig: b)Positioned in the fig abov so tht A*B*C,B*G*E,D*E*F are equal. wch does g represents? C
what is object slicing?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).