July 9, 2021 in C and CPP Can we place two or more catch blocks together to catch and handle multiple types of exceptions thrown by a try block? If your answer is yes, please write the syntax. Read More
July 9, 2021 in C and CPP Design a single manipulator format to provide the following output specifications for printing float values: Read More
July 9, 2021 in C and CPP What are manipulators? Write the general form of the user defined manipulators. Read More
July 9, 2021 in C and CPP Write a program in C++, to create a STUDENT class having name of student maximum of 20 characters, and the (whole number) individual marks in four tests and the average Read More
July 9, 2021 in C and CPP Same variable declared and assigned with different values in various nested blocks can be accessed by using A. public B. namespace name C. constructorD. istream& E. Standard TemplateLibraryF. free storeG. stream& H. Local I. friendJ. class K. global L. OpenM compile-time N flush O run-time Read More
July 9, 2021 in C and CPP Pointer to a function cannot be created. Each statement below is either TRUE or FALSE. Choose the most appropriate oneand ENTER in the “tear-off” sheet attached to the question paper, followinginstructions therein. Read More