26. Which of the following return-type cannot be used for a function in C? a) char * b) struct c) void d) none of the mentioned View Answer 27. The standard header ___ is used for variable list arguments (…) in C. a) <stdio.h > b) <stdlib.h> c) <math.h> d) <stdarg...
13. Which data structure is based on the Last In First Out (LIFO) principle? a) Tree b) Linked List c) Stack d) Queue View Answer 14. Which of the following application makes use of a circular linked list? a) Recursive function calls ...
Software Engineering | Architectural Design MCQ: This section contains the multiple-choice questions on Architectural Design in Software Engineering. Submitted byIncludeHelp, on July 02, 2021 The process of identifying a collection of hardware and software components, as well as their interfaces, in or...
b) stored on disk in an ASCII text format c) all of the mentioned d) none of the mentioned View Answer 38. What is the function of the following command? Delete from r where P; a) Clears entries from relation b) Deletes relation c) Deletes particular tuple from relation d) All of...