Program to find the sum of digits of a given number until
the sum becomes a single digit
Answer Posted / shreshtha bhattacharya
82
25
52
63
65
| Is This Answer Correct ? | 1 Yes | 13 No |
Post New Answer View All Answers
How do you initialize pointer variables?
What are examples of structures?
How can you restore a redirected standard stream?
Can math operations be performed on a void pointer?
can anyone suggest some site name..where i can get some good data structure puzzles???
How do you declare a variable that will hold string values?
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
Differentiate between declaring a variable and defining a variable?
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
What is function prototype in c language?
Write the syntax and purpose of a switch statement in C.
What is the use of sizeof () in c?
What is 02d in c?
What are the types of pointers?