April 14, 2024ProgrammingQuestion 19 Consider the following C program int a, b, c = 0; void prtFun (void); int main () { static int a = 1; /* […]
April 14, 2024JAVAQuestion 29 Match the following w.r.t. programming language: A (a)-(iii), (b)-(i), (c)-(ii), (d)-(iv) B (a)-(i), (b)-(iii), (c)-(ii), (d)-(iv) C (a)-(i), (b)-(iii), (c)-(iv), (d)-(ii) D (a)-(ii), (b)-(iv), […]
April 14, 2024IP-AdressQuestion 10 The combination of an IP address and a port number is known as ___________. A network number B socket address C subnet mask number […]
April 14, 2024Bit-RateQuestion 6 A device is sending out data at the rate of 2000 bps. How long does it take to send a file of 1,00,000 characters […]