কম জানি
#include
#include
int main()
{
int lower, upper;
lower = getchar(); *\ a libray function(it will take a small letter from
your keyboard)
upper = toupper(lower); *\ another library function(it converts your typping small letter to capital letter)
putchar(upper); *\ another library function (it displays the capital letter )
getch();
return 0;
}
output:
when you type on your keyboard small letter then it is converted to CAPITAL letter!!!!!!!!!!!!! EXAMPLE: a to A
অনলাইনে ছড়িয়ে ছিটিয়ে থাকা কথা গুলোকেই সহজে জানবার সুবিধার জন্য একত্রিত করে আমাদের কথা । এখানে সংগৃহিত কথা গুলোর সত্ব (copyright) সম্পূর্ণভাবে সোর্স সাইটের লেখকের এবং আমাদের কথাতে প্রতিটা কথাতেই সোর্স সাইটের রেফারেন্স লিংক উধৃত আছে ।