November 11, 2023

GATE 2004

Question 2 Consider the following C function. void swap (int a, int b) { int temp; temp = a; a = b; b = temp; } […]
November 11, 2023

Question 9521 – C-Programming

Consider the following C program segment: char p[20]; char *s = "string"; int length = strlen(s); int i; for (i = 0; i < length; i++) […]
November 11, 2023

Database-Management-System

Question 384 A____is a pictorial depiction of the schema of a database that shows the relations in the databases, their attributes, and primary keys and foreign […]
November 11, 2023

Artificial-Intelligence

Question 28 Which of the following is NOT true in problem solving in artificial intelligence? A Implements heuristic search techniques B Solution steps are not explicit […]
error: Alert: Content selection is disabled!!