Cie 3 Icp
Cie 3 Icp
B int main()
{
float arr[5] = {12.5, 10.0, 13.5, 90.5, 0.5};
float *ptr1 = &arr[0];
float *ptr2 = ptr1 + 3;
A 2 2 B 2 1 C. 0 1 D. 0 2
Q. 2 Write a program in C to find the first capital letter in a string using recursion. 8
Q. 3 Write a program to add two distances in inch-feet using structure. The values of the distances are to 8
be taken from the user.