int n=1;
while(1)
{
switch(n)
{
case 1:printf("a");
n++;
continue;
case 2:printf("b");
n++;
continue;
default : printf("c");
break;
}
break;
}
Explain what is the difference between text files and binary files?
How can I do graphics in c?
program to locate string with in a string with using strstr function
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
Distinguish between actual and formal arguments.
what is the code to display color fonts in the output?
What is meant by gets in c?
multiple of 9 without useing +,* oprator
when will be evaluated as true/ if(x==x==x) a) x=1; b) x=0; c) x=-1; d) none
Explain function pointer with exapmles.
what is mean by Garbage collection ? Please answer me. Advance thanks.
O,T,T,F,F,S,S,E,N,?,?,?,T,F,F,S,S,E,N