If a function doesn’t return a value, how do you declare the function?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the static member function.
Array base access faster or pointer base access is faster?
How the programmer of a class should decide whether to declare member function or a friend function?
What is #include c++?
What are the vectors in c++?
What is == in programming?
what is the behaviour of C and C++ compiler for the below statements. int *p; p = malloc(100); Is the behaviour same ? or different ?
How do you declare a set in c++?
What is conversion constructor?
What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero
Why null pointer is used?
Explain working of printf?