write a program to find 2 power of a 5digit number with out
using big int and exponent ?


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

Post New Answer

More OOPS Interview Questions

i=20;k=0; for(j=1;k-i;k+=j<10?4:3) { cout<<k; } //please comment on the output

0 Answers  


Which keyword is written to use a variable declared in one class in the other class?

5 Answers   TCS,


what is mean by design pattern

4 Answers  


What is object and class in oops?

0 Answers  


What is ambiguity in inheritance?

0 Answers  






#include <iostream> using namespace std; struct wow { int x; }; int main() { wow a; a.x = 22; int c = a.x; int *b = new int; cout << c; return 0; } option: No output 0 22 -(11) Will not compile

1 Answers   CTS, Wipro,


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

0 Answers  


How to Increment the value of the empid E001 for each and every employee by using the programe?

1 Answers   Accenture,


difference between overloading and overridding

11 Answers  


What is abstraction in oop with example?

0 Answers  


What is protected in oop?

0 Answers  


What is namespace?

15 Answers  


Categories