Will a recursive function without an end condition every quit, in practice
a) Compiler-Specific (Some can convert to an infinite loop)
b) No
c) Yes
What is ofstream c++?
What is the last index number in an array of 100 characters a) 100 b) 99 c) 101
How to allocate memory dynamically for a reference?
What happens when the extern "c" char func (char*,waste) executes?
What do you mean by C++ access specifiers ?
What are the basics of classifying different storage types, why?
2 Answers Astergate, Symphony,
When we use Abstract Class and when we use Interface?where we will implement in real time?
What are special characters c++?
what is the use of void main() in C++ language?
Explain the difference between c++ and java.
How does atoi function work?
Difference between strdup and strcpy?