What is difference between rand () and srand ()?
No Answer is Posted For this Question
Be the First to Post Answer
Where do I find the current c or c++ standard documents?
Can we define a constructor as virtual in c++?
can anybody please tell me how to write a program in c++,without using semicolon(;)
Why main function is special in c++?
write a program that will produce the ff. output. "what fruit will you buy? 1)apple 2)orange 3)mango ENTER CHOICE (1,2 or 3)> HOW MANY WILL YOU BUY?> THAT WILL COST XX.XX
What is math h in c++?
Define linked lists with the help of an example.
Refer to a name of class or function that is defined within a namespace?
Should I learn c or c++ first?
Does defining a function inline mean that it wont push and pop things on/off the stack ...like parameters and the return the address??
Does c++ have foreach?
What do you mean by late binding?