Ca some one please help me with aC code to allow user enter
numbers from 1 to 20 without repeating and prnt the sum of
those numbers
thnx
Answer Posted / douglas
I so far have nothing
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of clrscr () printf () and getch ()?
What oops means?
Explain the difference between null pointer and void pointer.
What are the 4 types of unions?
How does selection sort work in c?
How can I handle floating-point exceptions gracefully?
Is it possible to execute code even after the program exits the main() function?
Why structure is used in c?
What is the equivalent code of the following statement in WHILE LOOP format?
What is the difference between formatted&unformatted i/o functions?
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
What is #include cctype?
How can you check to see whether a symbol is defined?
Are the variables argc and argv are local to main?