can please someone teach me how to create this program using
while statement.. this is the output should look like
0
2
4
6
8
10
-thanks.. :) need it asap...
Answer Posted / ajit kumar shrivastav
#include<conio.h>
#include<stdio.h>
void main();
{ flaoat num;
scanf(enter a number);
printf("%f",res);
res=num*2;
getch();
}
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
When should you use a type cast?
Is it better to use malloc() or calloc()?
Why is python slower than c?
Explain how can type-insensitive macros be created?
Does free set pointer to null?
How does sizeof know array size?
about c language
What is pragma c?
what are the different storage classes in c?
Explain pointer. What are function pointers in C?
What is wrong in this statement?
What does it mean when a pointer is used in an if statement?
What is the purpose of sprintf() function?
What does 3 mean in texting?
What is file in c preprocessor?