How to Create Birthday Cake and Card using printf() in C Language (Gujarati)

Опубликовано: 11 Июль 2026
на канале: Ravi R. Oza
795
22

printf() is a library function. It resides in stdio.h header file. It is used to print character, string, float, integer, octal and hexadecimal values onto the output screen.
Though, here we are going to print only characters/text/string only.

How to use printf() function.
Greet Ravi on his 5th birthday.
Create greeting card using printf() function.

Happy Birthday, Ravi!
, , , , ,
| | | | |
============
@@@@@@@@
{~@~@~@~@~}
@@@@@@@@

You are already 5!
5 is the best age to celebrate!

Follow me @
🌐 http://www.raviroza.com/
✍️   / ravi.oza.it  
✍️   / raviozait  
📹    / ravioza101  
LinkedIN : www.linkedin.com/in/ravi-oza

#RaviROza #CLanguage #Turboc