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
I have seen function declarations that look like this
Is c compiled or interpreted?
What are variables c?
What is structure data type in c?
What are comments and how do you insert it in a C program?
Without Computer networks, Computers will be half the use. Comment.
write an algorithm to display a square matrix.
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
What is break statement?
Is c procedural or functional?
How to draw the flowchart for structure programs?
What are the uses of a pointer?
What does c value mean?
Do pointers need to be initialized?
What is the right type to use for boolean values in c?