M
Q. What is output of below program?
int main()
{
int i,j,count;
count=0;
for(i=0; i<5; i++);
{
for(j=0;j<5;j++);
{
count++;
}
}
printf("%d",count);
return 0;
}
Be the first to start discuss.
Related MCQs
Q. True or False: Dropout is computationally expensive technique w.r.t. bagging
Q. A finite non-empty set of symbols is called _________.
Q. ARIES uses a to identify log records, and stores it in database pages.
Q. The stack pointer in the microprocessor is a
Q. _________ couples top-down, bottom-up for upper and sub ordinate levels.
Q. Which is the process of breaking a relation into multiple relations:
Q. What happens when ‘1’ == 1 is executed?
Q. The continuation of Fayol and Taylor are ………………………. to each other
Q. Greenhouse gases are those that absorb and emit infrared radiation. Examples include
Discusssion
Login to discuss.