December 29, 2023ISRO-2018Question 1 The difference between a named pipe and a regular file in Unix is that A Unlike a regular file, named pipe is a special […]
December 29, 2023ProgrammingQuestion 13 (a) Using the scope rules of Pascal determine the declaration that apply to each occurrence of the names A and B in the following […]
December 29, 2023Data-StructuresQuestion 49 The most appropriate matching for the following pairs X: depth first search 1: heap Y: breadth-first search 2: queue Z: sorting 3: stack is […]
December 29, 2023ProgrammingQuestion 34 Consider the following C declaration struct { short s [5] union { float y; long z; } u; } t; Assume that objects of […]