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


Please Help Members By Posting Answers For Below Questions

Is the exit() function same as the return statement? Explain.

668


what is the structure pointer?

1651


Dont ansi function prototypes render lint obsolete?

612


What oops means?

588


What is an array? What the different types of arrays in c?

662






Does * p ++ increment p or what it points to?

623


Describe how arrays can be passed to a user defined function

788


State the difference between realloc and free.

641


which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +

1191


Explain the difference between malloc() and calloc() function?

606


What is Dynamic memory allocation in C? Name the dynamic allocation functions.

562


What is the difference between fread buffer() and fwrite buffer()?

678


If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402

3255


What would be an example of a structure analogous to structure c?

579


Why c is called free form language?

577