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 the benefit of using #define to declare a constant?
Why c is procedure oriented?
C language questions for civil engineering
How can I split up a string into whitespace-separated fields?
Write a program to print ASCII code for a given digit.
What is nested structure with example?
Can we assign integer value to char in c?
What is formal argument?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
What is I ++ in c programming?
Why is c called c not d or e?
Why header file is used in c?
What is string length in c?
What is the right type to use for boolean values in c?
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers