Question: A) Else-if is good selection statement that help us to solve problems in C++, mostly times same problem of same nature can also be solved
A) Else-if is good selection statement that help us to solve problems in C++, mostly times same problem of same nature can also be solved via switch statement. Which one you prefer to use and why? (Note: please dont mention differences)
B) IN C++ LANGUAGE. We are usually using Recursion even aware that things can be sorted with the help of loops. Why? (Note: please dont mention differences)
C) IN C++ PROGRAMING .You have been through many techniques of C++. What you think which one will be the best way to solve a problem where you need to save data in a table for processing. Please justify your answer.
D)IN C++ PROGRAMING. You have read and also solved many problems related to loops. What do you think, what techniques should be used in which scenario?
E) IN C++ PROGRAMING. You have been taught there are 2 ways you can pass array to function one is call by value and other is call by reference. What is difference?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
