আমরা দেখাবো printf, multi-line print, char define করার N উপায়, pointer vs array, এবং puts function।


char str[] = "World";

store like

world svg


Strings-এর User Input

scanf, gets, fgets, getchar/putchar — ত্রুটি ও অপটিমাইজেশন।


printf("10.4s","hello")

will show like hell svg



String Functions

strcpy, strncpy, strlen, strcat, strcmp


Strings Reverse

Reverse printing & Storing in reverse