July 7, 2021 in C and CPP Many recursive calls may result into stack ________. A. Multiply B. Register C. Gets()D. ‘.’ E. ‘&’ F. ReferenceG. ‘*’ H. Overflow I. ArbitraryJ. Goto K. value L. externM. Return Read More
July 7, 2021 in C and CPP Functions may have several declarations, but only one definition. Each statement below is either TRUE or FALSE. Choose the most appropriate one andENTER in the “tear-off” sheet attached to the question paper, following instructionstherein. Read More
July 7, 2021 in C and CPP If a variable is a pointer to a structure, then which of the following operator is used to access data members of the structure through the pointer variable. Read More
July 7, 2021 in C and CPP Which of the following function can be used to find the first occurrence of a given string in another string? Read More
July 7, 2021 in C and CPP In which order do the Relational, Arithmetic, Logical and Assignment operators get evaluated in C? Read More
July 7, 2021 in C and CPP For the program given below, which of the following statement is correct? Read More