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
What is a const pointer?
Explain how can I right-justify a string?
Write a program to use switch statement.
What does a pointer variable always consist of?
explain what is an endless loop?
What is the stack in c?
What is the right way to use errno?
What is the use of pointers in C?
Explain what is meant by high-order and low-order bytes?
explain what is a newline escape sequence?
What does void main return?
can anyone suggest some site name..where i can get some good data structure puzzles???
What does %d do?
Can we change the value of static variable in c?
Why cant I open a file by its explicit path?