What does extern mean in a function declaration in c++?
No Answer is Posted For this Question
Be the First to Post Answer
what is an array
Write a program to find the reverse Fibonacci series starting from N.
What is virtual destructor ans explain its use?
What is a constant reference?
Can we use this pointer in a class specific, operator-overloading function for new operator?
What is a lambda function c++?
What about Virtual Destructor?
How would you use the functions memcpy(), memset(), memmove()?
What is scope in c++ with example?
What is RTRT tool?can it be used for automation?can it work on packet PC?
write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;
Can inline functions have a recursion? Give the reason?