July 8, 2021 in C and CPP Write a program that illustrates the application of multiple catch statements. Read More
July 8, 2021 in C and CPP Explain why do we need to use constructors? Explain a copy constructor with an example. Read More
July 8, 2021 in C and CPP What is a pointer? Explain the difference between the address stored in a pointer and the value at that address. Read More
July 8, 2021 in C and CPP What is operator overloading? Illustrate operator overloading concept to concatenate strings. Read More
July 8, 2021 in C and CPP What is the main advantage of passing arguments by reference? Explain this with an example. Read More
July 8, 2021 in C and CPP What is the difference between the while and do-loops with respect to the respect to the number of times the loop executed? Read More