How to generate random numbers in C++ with a range?


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

Post New Answer

More C++ Interview Questions

Do you know about Agilent PRECOMPILERS. ?

0 Answers   Agilent,


Identify the errors in the following program. #include <iostream> using namespace std; void main() { int i=5; while(i) { switch(i) { default: case 4: case 5: break; case 1: continue; case 2: case 3: break; } i-; } }

1 Answers  


What is function overloading and operator overloading in C++?

0 Answers   IBS, TCS,


How to stop class inheritance in C++ with condition that object creation should be allowed

0 Answers  


What is the 4 difference between delete[] and delete?

0 Answers   Alter,






What are "pure virtual" functions?

0 Answers   Adobe, Alter, iNautix,


What is the difference between member functions and static member functions?

0 Answers   Alter,


In C++ what do you mean by Inheritance?

0 Answers   Accenture,


What are string library functions(syntax).

0 Answers   Accenture,


what do you mean by exception handling in C++?

0 Answers   Alter,


what is the difference between a pointer and a reference?

0 Answers   Amazon, Blue Star, C DAC,


How do you write a function that can reverse a linked-list in C++?

0 Answers   IBS,


Categories