M
Q. How many times C.com is printed?
int main()
{
int a = 0;
while(++a)
{
printf("C.com");
}
return 0;
}
Be the first to start discuss.
Related MCQs
Q. There are two basic types of service-oriented solution logic:
Q. Switching in Internet is done by using datagram approach to packet switching at the
Q. Choose the incorrect statement:
Q. micron- to millimetre-scale electronic
Q. Which one of the following is not an application layer protocol used in internet?
Q. Fayol’s Principle of Division of work can be applied to following kind of work.
Discusssion
Login to discuss.