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

Should the member functions which are made public in the base class be hidden?

0 Answers  


Do you know the problem with overriding functions?

0 Answers  


Can a constructor throw a exception? How to handle the error when the constructor fails?

1 Answers  


Why do we need pointers?

0 Answers  


What are stacks? Give an example where they are useful.

0 Answers  






Define vptr.

0 Answers  


Explain selection sorting?

0 Answers  


What is time h in c++?

0 Answers  


Explain the difference between struct and class in terms of access modifier.

0 Answers  


Is C++ case sensitive a) False b) Depends on implementation c) True

0 Answers  


Can you overload the operator+ for short integers?

0 Answers  


In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?

0 Answers  


Categories