Team Emertxe
Function and Pointer
Basics
Assignment 11
Assignment 11
Assignment 11
WAP to implement your own islower() function
Assignment 11
WAP to implement your own islower() function
Input:
Assignment 11
WAP to implement your own islower() function
Input: Read an ASCII character ‘ch’
Assignment 11
WAP to implement your own islower() function
Input: Read an ASCII character ‘ch’
Output:
Assignment 11
WAP to implement your own islower() function
Input: Read an ASCII character ‘ch’
Output: 0 or non-zero value based on condition success or
failure.
Assignment 11
What is the ASCII range for lower case character?
Assignment 11
What is the ASCII range for lower case character?
 Lower case character ranges from ‘a’ to ‘z’.
Assignment 11
Example’s:
Assignment 11
Example’s:
⮚Input: ch = ‘a’
Assignment 11
Example’s:
⮚Input: ch = ‘a’
Output: Entered character is lowercase alphabet.
Assignment 11
Example’s:
⮚Input: ch = ‘a’
Output: Entered character is lowercase alphabet.
⮚Input: ch = ‘6’
Assignment 11
Example’s:
⮚Input: ch = ‘a’
Output: Entered character is lowercase alphabet.
⮚Input: ch = ‘6’
Output: Entered character is not a lowercase alphabet.
Assignment 11
Example’s:
⮚Input: ch = ‘a’
Output: Entered character is lowercase alphabet.
⮚Input: ch = ‘6’
Output: Entered character is not a lowercase alphabet.
⮚Input: ch = ‘B’
Assignment 11
Example’s:
⮚Input: ch = ‘a’
Output: Entered character is lowercase alphabet.
⮚Input: ch = ‘6’
Output: Entered character is not a lowercase alphabet.
⮚Input: ch = ‘B’
Output: Entered character is not a lowercase alphabet.
Assignment 11
Sample execution:-
Assignment 11
Sample execution:-
Assignment 11
Sample execution:-
Assignment 11
Pre-requisites:-
Assignment 11
Pre-requisites:-
⮚Functions
Assignment 11
Pre-requisites:-
⮚Functions
Objective:-
Assignment 11
Pre-requisites:-
⮚Functions
Objective:-
⮚To understand the concept of Functions.
Team Emertxe
Thank you

11_islower.pdf