C Programming - Old Questions
Question Answer Details
3. Discuss the advantages of using functions in programming. Differentiate between recursive function and normal function. Write a program using call by reference to swap the values of two variables.
Answer
AI Generated Answer
AI is thinking...