Question
C PROGRAM HELP: 11) Skipping characters in an input stream using scanfs assignment suppression character. Read a date in the form mm/dd/yyyy ( basically, the
C PROGRAM HELP:
11) Skipping characters in an input stream using scanfs assignment suppression character.
Read a date in the form mm/dd/yyyy ( basically, the input sets can be separated by any special character like / , - , _ etc. )
Use the suppression character %*c to skip these special characters
Display the date as mm dd yyyy
12) Chapter 5 Functions
Section 5.14 Recursion, page 189, Fig 5.18 Recursive factorial function
Program to find the factorial of a number using recursive function
13) Using for loop
Print powers of 2 less than 100
Quotients obtained when you repeatedly divide 100 by 2
14) Write a program with-
A function to print a square pattern of asterisks
A function to print a rectangular pattern of asterisks
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started