strupr(), strlwr() and strrev() function in C | String Built-in Functions in C Programming [Part-1]

Channel:
Subscribers:
3,030
Published on ● Video Link: https://www.youtube.com/watch?v=-VWJ15WI_Gw



Duration: 13:13
116 views
0


In this tutorial, I have demonstrated in Bangla the use of some string built-in functions like strupr(). strlwr() and strrev() string functions in C programming language with proper coding examples.

strupr(string) converts all the characters of the string to uppercase characters.

strlwr(string) converts all the characters of the string to lowercase characters.

strrev(string) generate the reverse of the string.




Other Videos By EduTraGam


2020-10-01C Program to Print Various Pyramids and Patterns of Numbers & Characters using for Loop - Example
2020-09-29Variations of Using while Loop in C Programming Language | while Loop Variations in C Prog - Example
2020-09-29Do...While Loop in C Programming | Difference Between While Loop and Do...While Loop in C | Example
2020-09-29Various Structures/Variations of for Loop in C Programming - Examples | Use of break Statement in C
2020-09-29Conversion Between For Loop and While Loop | Conversion from For Loop to While Loop in C | Example
2020-09-29Pointer Declaration in C Programming Language | Example
2020-09-29How Recursion Mechanism Works in C Programming | How Recursion Works | Example#1
2020-09-29C Pointers | Pointers in C Programming | Definition | Purpose
2020-09-29Call by Value | Call by Reference | Call By Value vs. Call By Reference in C | Coding Implementation
2020-09-28strlen() and strcpy() function in C | String Built-in Functions in C Programming [Part-2]
2020-09-28strupr(), strlwr() and strrev() function in C | String Built-in Functions in C Programming [Part-1]
2020-09-28Initialization of Two-Dimensional Arrays in C Programming | Initialize 2-D Array in C Prog | Example
2020-09-28Return Keyword in C | Return Statement in C Programming | How to Use Return Statement in C - Example
2020-09-28FAQs in Software Engineering | Frequently Asked Questions About Software Engineering
2020-09-28Prototyping Model - Software Process Models | Software Prototype | Advantages & Limitations [Part-2]
2020-09-28Prototyping Model - Software Process Models | Software Prototype | Advantages & Limitations [Part-1]
2020-09-27Recursion | Recursion in C | Base Case and Recursive Case of a Recursive Function | Example [Part-2]
2020-09-27Recursion | Recursion in C | Base Case and Recursive Case of a Recursive Function | Example [Part-1]
2020-09-27Types of Recursion in C | Direct Recursion | Indirect/Mutual Recursion | Infinite Recursion[Example]
2020-09-27Recursion in C Structured Programming Language | Recursive Function in C | Definition | Example
2020-09-23Basic COCOMO Model - Project/Development Mode Categories | Organic, Semidetached and Embedded Modes



Tags:
string
built-in
function
string functions
string built-in functions
built-in functions of string
string built-in functions in C
strupr()
strlwr()
strrev()
use of strupr() in C
use of strlwr() in C
use of strrev() in C
use of string functions in C
string uppercase
string lowercase
string reverse
reverse string
reverse of a string
string.h
string header file
string specifier
built-in functions in C
string built-in functions in C programming language
strlen()