December 16, 2023PointersQuestion 2 Consider the following three C functions: [PI] int*g(void) { int x = 10; return(&x); } [P2] int*g(void) { int*px; *px = 10; return px; […]
December 17, 2023Mathematical-ReasoningQuestion 7 The ratio of ages of two persons A and B is 3 : 4 and that of ages of B and C is 4 […]
December 17, 2023E-commerceQuestion 1 Which of the following is an EDI standard ? A ANSI X.15 B ANSI X.14 C ANSI X.13 D ANSI X.12 Database-Management-SystemE-CommerceUGC NET CS […]
December 17, 2023Machine-InstructionsQuestion 2 Consider the following data path of a simple non-pilelined CPU. The registers A, B, A1, A2, MDR, the bus and the ALU are 8-bit […]