November 25, 2023

Operating-Systems

Question 30 A process executes the code fork(); fork(); fork(); The total number of child processes created is A 3 B 4 C 7 D 8 […]
November 25, 2023

Computer-Networks

Question 13 In the IPv4 addressing format, the number of networks allowed under Class C addresses is A 214 B 27 C 221 D 224 Computer-NetworksIPv4GATE […]
November 26, 2023

Programming

Question 21 Given the following Pascal-like program segment Procedure A; x,y: integer; Procedure B; x,z: real S1 end B; Procedure C; i: integer; S2 end C; […]