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
Explain main function in c?
What are the rules for the identifier?
Why void is used in c?
I need previous papers of CSC.......plz help out by posting them.......
What is the difference between malloc() and calloc()?
What is boolean in c?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
Is exit(status) truly equivalent to returning the same status from main?
What is a node in c?
Explain what will the preprocessor do for a program?
What does int main () mean?
What is the process of writing the null pointer?
What does volatile do?
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
What are Macros? What are its advantages and disadvantages?