July 17, 2021 in C and CPP Write a function that takes time in seconds as input and prints it in terms of hours, minutes and seconds. Read More
July 17, 2021 in C and CPP Write a function which accepts an array of size n containing integer values and returns the average of all values. Call the function from main program. Read More
July 17, 2021 in C and CPP Ultimately, all data items processed by a computer are reduced to combinations of A. bit B. text C. voidD. byte E. string F. fputcG. preprocessor H. logical operators I. fputsJ. char K. unstructured L. getcM. 0’s and 1’s Read More
July 17, 2021 in C and CPP The index of an array starts from 1. Each statement below is either TRUE or FALSE. Choose the most appropriate oneand ENTER in the “tear-off” sheet attached to the question paper, followinginstructions therein. Read More
July 17, 2021 in C and CPP What is the final value of x when the code int x; for(x=0; x<10; x++) {} is executed? Read More