How do you declare A pointer to a function which receives nothing and returns nothing
No Answer is Posted For this Question
Be the First to Post Answer
if i want cin 12345678910 and cout abcdefghij. so how can i create the program?. example : if i key in 8910 so the answer is ghij.
How would you use the functions sin(), pow(), sqrt()?
What is the difference between the functions rand(), random(), srand() and randomize()?
in C++ , the word plus plus who found this?
Is it possible for the objects to read and write themselves?
char *ch = "abcde"; char c[4]; how to copy 'ch' to 'c'?
Is c++ a low level language?
How would you differentiate between a pre and post increment operators while overloading?
What is ios class in c++?
Can a class be static in c++?
What is a friend function in c++?
What does iomanip mean in c++?