Eeeb Labevln2 Set3
Eeeb Labevln2 Set3
Eeeb Labevln2 Set3
Course Outcomes
---------------------------------------------------------------------------------------------------------------------
SET – 3
Question 1:
There is one string array Customer (2D character arrays) and a float array Balance - the first one
stores the Customer names and the second one stores the corresponding account balances (in
Rupees). For example, if the first string in Customer is “Jeeva”, the first entry in Balance will be
the account balance for Jeeva for his first account. Write a C program that contains a function to
print the name of the customers, who have more than one account in their name.
[CO4 BTL-3, 10 Marks]
Question 2:
Write a C program to find sum of cubes of digits of a number using recursion. ( Example digit
123, answer 36)
[CO4 BTL-3, 10 Marks]
Rubrics for Evaluation:
Rubrics
*****