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 union in c?
Explain how are portions of a program disabled in demo versions?
What is the use of function overloading in C?
Explain what are the standard predefined macros?
Is c easy to learn?
How can a number be converted to a string?
Which type of language is c?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
What is the size of structure pointer in c?
Does c have function or method?
What is substring in c?
Explain the properties of union.
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
What are the types of type specifiers?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }