September 21, 2023

GATE 2023

Question 5 Looking at the surface of a smooth 3-dimensional object from the outside, which one of the following options is TRUE? A The surface of […]
September 26, 2023

ISRO CS 2014

Question 1 Consider a 33 MHz CPU based system. What is the number of wait states required if it is interfaced with a 60 ns memory? […]
September 29, 2023

Programming-for-Output-Problems

Question 1 Consider the following C program: #include <stdio.h> int main ()  { int arr [] = {1,2,3,4,5,6,7,8,9,0,1,2,5}, *ip = arr+4; printf ("%d\n", ip[1]); return 0; […]
September 30, 2023

Programming

Question 1 Consider the following C program: #include <stdio.h> int counter = 0; int calc (int a, int b) { int c; counter++; if (b==3) return […]
error: Alert: Content selection is disabled!!