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 are derived data types in c?
How many types of errors are there in c language? Explain
What are the types of data structures in c?
Differentiate between a for loop and a while loop? What are it uses?
show how link list can be used to repersent the following polynomial i) 5x+2
Can you apply link and association interchangeably?
What is a stream in c programming?
What is the difference between the = symbol and == symbol?
How can I read/write structures from/to data files?
Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol
What is bubble sort in c?
What are the general description for loop statement and available loop types in c?
What does sizeof int return?
Tell me is null always defined as 0(zero)?
What kind of structure is a house?