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
July 17, 2021 in C and CPP In an assignment statement a=b; which of the following statement is true? Read More