Ads block

Banner 728x90px

C program that counts the number of words in a given string.


///Word count from a given string in c /* Alamgir Hossain, CSE-14, JUST */ #include <stdio.h> #include <string.h> int main () { char …
Read more »

How to send email from live server/c panel using php.


How to send email from live server/c panel using php.
From this video you can learn how to send mail from live server/c panel using php mail() function.
Read more »

How to write your name using line drawing in CPP with graphics in codeblocks


How to write your name using line drawing in CPP with graphics in codeblocks
write your name using using line drawing in cpp language. Here i am using the example like "ALAMGIR HOSSAIN". Uing this method i hope you can also w…
Read more »