November 15, 2023Software-EngineeringQuestion 17 Consider the following program module: void swap(float* A1, float* A2) { float temp; if (*A1 = = *A2) return; temp = *A1; *A1 = […]
November 16, 2023Question 16170 – UGC NET Dec-2020 and June-2021 Paper-1Study the given table carefully and answer the questions that follow The following table has semester fees for four different courses in 5 different years Find […]
November 16, 2023Question 7978 – GATE 2017 [Set-2]Identify the language generated by the following grammar, where S is the start variable. S → XY X → aX|a Y → aYb|ϵ Correct Answer: C […]
November 16, 2023Database-Management-SystemQuestion 20 Consider a table T in a relational database with a key field K. A B-tree of order p is used as an access structure […]