If a=5, b=6, c=7, b+=a%c*2. What is the final value of b?


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

Post New Answer

More OOPS Interview Questions

write a program to find 2^n+1 ?

0 Answers   CTS,


There are 2 classes defined as below public class A { class B b; } public class B { class A a; } compiler gives error. How to fix it?

3 Answers   Microsoft,


what is multithreading in c++ , what is difference between multithreading and singlethreading.

4 Answers  


ambiguity regulation of multiple inheritance with example.

1 Answers  


design class for linked list and include constructor,destructor,insert option. node of form struct node { int data; struct node &ptr; }

0 Answers  






What is the problem with multiple inheritance?

0 Answers  


How to create a comment page in C #??

2 Answers  


what is costructor?

1 Answers  


Can you inherit a private class?

0 Answers  


What is interface? When and where is it used?

0 Answers  


Differences between inline functions and non-inline functions?

4 Answers   Ness Technologies,


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

2 Answers  


Categories