Friday, December 30

//c program sum of two string//

#include
#include
#include

void main()
{
   char a[100], b[100];

   printf("Enter the first string\n");
   gets(a);

   printf("Enter the second string\n");
   gets(b);

   strcat(a,b);

   printf("String obtained on concatenation is: %s\n",a);

   getch();
}

//c program matching o two strings//

#include
#include

main()
{
   char a[100], b[100]="ruet";


   printf("Enter the first string\n");
   gets(a);



   if( strcmp(a,b) == 0 )
      printf("Entered strings are matched.\n");
   else
      printf("Entered strings are not matched.\n");
getch();
}

//c program replacing space by star//

#include
#include


void main(){
int i,l;
char c[100];
gets(c);
l=strlen(c);

for (i=0 ; i    {if (c[i]==32)
        c[i]=42;}
puts(c);

getch();
}

//c program for ascii value of a character//


#include
void main()
{
int a;
printf("ENTER THE CHARACTER\n");
a=getchar();
printf("THE ASCII VALUE OF CHARACTER is %d\n",z);
}

//c program for piramid//



#include
int main()
{
    int counter,x,y,z;
        counter=0;
    for(x=15;x>=1;x--)
    {
        for(y=1;y<=x;y++)
        {
            printf(" ");
        }
                counter=counter+1;
            for(z=1;z<=counter;z++)
                {printf("* ");}
                printf(" \n");}
return 0;
}

Saturday, September 3

pictures of bogra

BOGRA... commonly described as the nerve centre of northern BANGLADESH. standing by the side of river KAROTOA, its a city of green. here some of the pictures of the town of BOGRA.

SATTHMATHA... the heart off BOGRA




BOGRA MEDICAL  COLLEGE



roads of bogra city



hotel Naz garden




central Mosque




roads of BOGRA city





MAHASTANGAR... ancient capital of BANGLADESH





roads of bogra city




roads of BOGRA





BOGRA CITY MAP


মাইক্রোসফট ওয়ার্ড ফাইলকে pdf করন

অনেকেই হয়তো ওয়ার্ড ফাইলকে pdf এ রুপান্তর করতে চান, কিন্তু কিভাবে করবেন তা বুঝতে পারেন না। adobe acrobat একটি দারুন সফটওয়্যার হলেও সহজলভ্য না হওয়াই অনেকের পক্ষেই তা ব্যবহার সম্ভব হয় না। তবে অনেকেই হয়তো জানেন না মাইক্রোসফট ওয়ার্ড ব্যাবহার করেও সহজেই pdf বানানো সম্ভভ। এজন্য দরকার ছোট্ট এক্তি সফটওয়্যার ডাউনলোড। এই খানে তা সহজেই পেয়ে যাবেন। http://www.microsoft.com/download/en/details.aspx?amp;displaylang=en&id=7 ডাউনলোড এর পর ওয়ার্ড এ কিছু লিখে save as এ pdf or xps অপশন পাবেন। সেটা ক্লিক করেই pdf ফাইল বানানো যাবে। pdf ছাড়াও আরও ছয় রকমের ফাইল এটি দিয়ে বানানো সম্ভব।