November 6, 2023

Question 11520 – Programming

Consider the following ‘C’ language declaration in a[4] = {1,2,3,4}; What would be the output of the following Printf(“%d”, *(a+2)+1); Correct Answer: D Question 377 Explanation:  […]
November 7, 2023

Question 15353 – DSSSB PGT 2021

निम्नलिखित शब्द का पर्यायवाची नहीं हैं, ज्ञात कीजिए। दीपक Correct Answer: D A प्रदीप B दीया C दीप D हर्ष
November 7, 2023

UGC NET CS 2004 Dec-Paper-2

Question 8 An example of a connective which is not associative is : A AND B OR C EX-OR D NAND Digital-Logic-DesignLogic-Gates Question 8 Explanation:  → […]
November 7, 2023

UGC NET CS 2014 Dec – paper-3

Question 11 Consider the following statements : I. Re-construction operation used in mixed fragmentation satisfies commutative rule. II. Re-construction operation used in vertical fragmentation satisfies commutative […]
November 7, 2023

Nielit STA 17-12-2017

Question 15 Non contiguous memory allocation splits program into blocks of memory called ___ that can be loaded in non adjacent holes in main memory A […]
November 7, 2023

Question 3025 – Data-Interpretation

Following table provides details about the Foreign Tourist Arrivals (FTAs) in India from different regions of the’ world in different years. Study the table carefully and […]
November 8, 2023

Programming

Question 27 Consider the following C function definition. int Trial (int a, int b, int c) { if ((a >= b) && (c < b) return […]
November 8, 2023

Software-Engineering

Question 26 In the Spiral model of software development, the primary determinant in selecting activities in each iteration is A Iteration size B Cost C Adopted […]
November 8, 2023

Software-Engineering

Question 26 Which of the following are NOT considered when computing function points for a software project? (O1) External inputs and outputs (O2) Programming language to […]