July 7, 2021 in C and CPP Write a function to swap two integers. The function does not return any value. Read More
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