Science, asked by koora5633, 4 months ago

Question 1) Write a C++ program to write the first 50 positive numbers as:
50 45 40 . . . 0 using recursion. Do not use arrays.


Question 2) Write a C++ program to read a string using getline and prints it backward without letters ‘A’ unless the letter A occurs as a first character. Do not use library.
Use the declaration string str and do not use char * str. use recursion
Example:

Please Enter any string :: ABCAAdahAc
Output of [ ABCAAdahAc ] is :: chadCBA

Answers

Answered by lalitavaghela09
1

Answer:

this is to long question I don't know it

Explanation:

sorry

Similar questions