What is srand c++?


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

Post New Answer

More C++ General Interview Questions

Write a program that will count the number of digits in an input integer up to value MAX_VALUE (2147483647). Thus, for an input of 5837 the output should be 4 digits Make sure that your program works for the numbers 0, 1, and 10. For the number 0, the output should be 1 digit

2 Answers  


What is purpose of new operator?

0 Answers  


What is stack unwinding?

0 Answers  


Show the declaration for a static member variable.

0 Answers  


How do you clear a buffer in c++?

0 Answers  






What are namespaces in c++?

0 Answers  


Is atoi safe?

0 Answers  


Is it possible to use a new for the reallocation of pointers ?

0 Answers  


Do we have private destructors?

12 Answers   Symphony, TCS,


What are the conditions that have to be met for a condition to be an invariant of the class?

1 Answers  


What is the difference between = and == in C?

16 Answers   Christ University, Intel,


What does std mean in c++?

0 Answers  


Categories