Write a program that takes a 5 digit number and calculates 2
power
that number and prints it.
No Answer is Posted For this Question
Be the First to Post Answer
Is there finally in c++?
If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3
Explain linked list using c++ with an example?
What is do..while loops structure?
What is the basic difference between C and C++?
Which programming language's unsatisfactory performance led to the discovery of c++?
Write a Program for find and replace a character in a string.
Assume an array of structure is in order by studentID field of the record, where student IDs go from 101 to 500. Write the most efficient pseudocode algorithm you can to find the record with a specific studentID if every single student ID from 101 to 500 is used and the array has 400 elements. Write the most efficient pseudocode algorithm you can to find a record with a studentID near the end of the IDs, say in the range from 450 to 500, if not every single student ID in the range of 101 to 500 is used and the array size is only 300
In C++ cout is: a) object b) class c) something else
11 Answers Infosys, Lehman Brothers,
How much is size of struct having 1 char & 1 integer?
Where must the declaration of a friend function appear?
Specify different types of decision control statements?