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 / kaiss
we will use looping for making this program.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is data structure in c programming?
how to find anagram without using string functions using only loops in c programming
Differentiate between a for loop and a while loop? What are it uses?
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
Difference between macros and inline functions? Can a function be forced as inline?
Why c is procedure oriented?
what do the 'c' and 'v' in argc and argv stand for?
What does %d do?
Is that possible to add pointers to each other?
What is a buffer in c?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
What are the parts of c program?
What is an expression?
What is the use of extern in c?
What is volatile variable in c with example?