Q1. Illustrate the various data types available in C? Explain them in brief all along with memory requirement.
Q2. Write down a function to check whether the given year is a leap year or not.
Q3. Illustrate the difference between the *ptr++ and ++*ptr?
Q4. What do you mean by formal and actual parameters? Distinguish between them with the help of an illustration.
Q5. Write down a function to check whether the string is a palindrome or not.
Q6. Distinguish between the entry controlled and exit controlled loops with illustrations.
Q7. Write down a function to swap two integers without employing any temporary variable and any additional space.