how to find sum of 5 digits in C?

Answer Posted / my yahoo id

1+2+3+4+5=15

Is This Answer Correct ?    2 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different types of C instructions?

662


What are linker error?

606


How can I write functions that take a variable number of arguments?

616


List some of the dynamic data structures in C?

774


What is ponter?

761






What are actual arguments?

637


Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon

1725


Differentiate fundamental data types and derived data types in C.

604


How pointer is different from array?

569


Explain how can I remove the trailing spaces from a string?

616


Are pointers really faster than arrays?

552


What is #define size in c?

635


Is c procedural or functional?

577


What are multidimensional arrays?

648


write a program in c language to print your bio-data on the screen by using functions.

6237