how to print this sereis 2 4 3 6 5..........?
Answers were Sorted based on User's Feedback
Answer / iamdluffy
something like
for(n=2;n<somenumber;n++)
{
print n;
print n*2;
n=n-1;
}
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / taz
2 3 5 is prime number & 4 after 2, 6 after 3...is two times
of previous number.
| Is This Answer Correct ? | 0 Yes | 1 No |
What does calloc stand for?
Do you know what are the properties of union in c?
What is the use of in c?
What is the purpose of 'register' keyword in c language?
Explain what does a function declared as pascal do differently?
What is the value of y in the following code? x=7;y=0; if(x=6) y=7; else y=1;
What language is lisp written in?
what are bit fields? What is the use of bit fields in a structure declaration?
0 Answers Flextronics, TISL, Virtusa,
What are multibyte characters?
What is the purpose of scanf() and printf() functions?
Where is c used?
What are the benefits of organizational structure?