Answer Posted / ksambhaji999
For(i=1;i<50;i=i
+2)
{ printf
("%d",i);
for(j=2;j<51;j++)
{ printf
("%d",j);}
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Can we assign integer value to char in c?
What are the different properties of variable number of arguments?
What is a 'null pointer assignment' error?
What is local and global variable in c?
what are the 10 different models of writing an addition program in C language?
write a program for the normal snake games find in most of the mobiles.
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
How can I recover the file name given an open stream or file descriptor?
What is a class c rental property?
What is a constant and types of constants in c?
For what purpose null pointer used?
Explain bit masking in c?
What are operators in c?
Should I learn c before c++?
Explain what is the purpose of "extern" keyword in a function declaration?