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
What is public, protected, private?
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).
What do you mean by Encapsulation?
char* ptr = "Rahul"; *ptr++; printf("%s",ptr); What will be the output
1. Wrie a function which returns the most frequent number in a list of integers. Handle the case of more than one number which meets this criterion. public static int[] GetFrequency(int[] list)
What are the main differences between procedure oriented languages and object oriented languages?
9 Answers IBM, Infosys, Wipro,
what is the use of template classes in c++
what is function overloading..?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What is polymorphism what is it for and how is it used?
What is the example of polymorphism?
what is diff between .net 1.1 and .net 2.0