How would you use the functions randomize() and random()?


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

Post New Answer

More C++ General Interview Questions

What do you mean by function pointer?

0 Answers  


How a new operator differs from the operator new?

0 Answers  


what is C++ objects?

0 Answers  


What are the techniques you use for debugging?

1 Answers   Adtran,


If a function doesn’t return a value, how do you declare the function?

0 Answers  






whats the size of class EXP on 32 bit processor? class EXP { char c1; char c2; int i1; int i2; char *ptr; static int mem; };

5 Answers   Huawei,


What is the output of the following 3D Array int arr[3][2][2]={1,2,3,4,5,6,7,8,9,10,11,12}; what is the output for arr[2][1][0]?

6 Answers   HCL, Integra, IPMC, ORG,


what is the use of templates?

3 Answers  


what is the difference between overloading & overriding? give example.

0 Answers  


Do class method definitions?

0 Answers  


What is the difference between a copy constructor and an overloaded assignment operator?

4 Answers   Belzabar, Citrix, Microsoft, Wipro,


What is "strstream" ?

1 Answers   Huawei,


Categories