How many human genes are polymorphic?


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

Post New Answer

More OOPS Interview Questions

What is oops in programming?

0 Answers  


What are the benefits of interface?

0 Answers  


Program to check whether a word is the first word of the sentence.

1 Answers  


write a programe to calculate the simple intrest and compund intrest using by function overlading

0 Answers  


i^=j; j^=i; i^=j; value of i,j

1 Answers  






write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).

0 Answers  


why constructor cannt be declar virtually? why destructor cannt be overloaded?

2 Answers   Infosys,


Write an operator overloading program to write S3+=S2.

2 Answers  


What do you mean by public, private, protected and friendly?

3 Answers   CA,


what is mean by design pattern

4 Answers  


create a c++ program that will ask 10 numbers and display their sum using array.

1 Answers  


#include <iostream> using namespace std; int main() { int a = 2; int c[5][5]; for (int x=0;x<5;x++) { for (int y=0;y<5;y++) { c[x][y] = x*y; } } cout << c[a][c[1][4]]; }

2 Answers   TCS, Wipro,


Categories