November 15, 2023Data-TypeQuestion 2 Consider the following set of statements? Float x, y : x=7;y=10: x*=y*=y*28.5 : After the execution of the above set of statements, the value […]
November 15, 2023GATE 2002Question 6 Which of the following is true? A The set of all rational negative numbers forms a group under multiplication. B The set of all […]
November 15, 2023Data-StructuresQuestion 82 A program P reads in 500 integers in the range [0, 100] representing the scores of 500 students. It then prints the frequency of […]
November 15, 2023ArraysQuestion 15 What is the output of the following C program? { int a|5| = {2,3}; Printf (“/n%d%d%d”, a[2], a[3], a[4]) ; } A Garbage values […]