M
Q. How many times C.com is printed?
int main()
{
int a = 0;
while(a++ < 5)
printf("C.com");
return 0;
}
Be the first to start discuss.
Related MCQs
Q. Transport layer protocols deals with
Q. Which of the following is not true about subset sum problem?
Q. Inductive logic programming is
Q. The functionalities of the presentation layerinclude
Q. Who formulated the first ever algorithm for solving the Hamiltonian path problem?
Q. There can only be one persona per interface for a product
Q. What is the primary difference between a pivot table report and a cross tab query?
Discusssion
Login to discuss.