Saifur Rahman Rasel

I am a Web Developer

Saifur Rahman Rasel

I’m a web developer and have been in business for 5 years.I work from home and run my own private call center.I have built some of the best websites on the web. My skills include: HTML, CSS, JavaScript, PHP, programming, web design, Adobe Photoshop , customer service, and all other responsibilities of a business owner.

  • Provati 18,Lichu Bagaan,Sylhet, Bangladesh.
  • +8801782614627, +8801643215579
  • saifurrahmanrasel4627@gmail.com
Me

My Professional Skills

Web Design 100%
Web Development 90%
App Development 60%
Adobe Photoshop 100%

Awesome features

Aliquam commodo arcu vel ante volutpat tempus. Praesent pulvinar velit at posuere mollis. Quisque libero sapien.

Animated elements

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed tempus cursus lectus vel pellentesque. Etiam tincidunt.

Responsive Design

Pellentesque ultricies ligula a libero porta, ut venenatis orci molestie. Vivamus vitae aliquet tellus, sed mollis libero.

Modern design

Duis ut ultricies nisi. Nulla risus odio, dictum vitae purus malesuada, cursus convallis justo. Sed a mi massa dolor.

Retina ready

Vivamus quis tempor purus, a eleifend purus. Ut sodales vel tellus vel vulputate. Fusce rhoncus semper magna.

Fast support

Suspendisse convallis sem eu ligula porta gravida. Suspendisse potenti. Lorem ipsum dolor sit amet, duis omis unde elit.

0
completed project
0
design award
0
facebook like
0
current projects
Showing posts with label Language. Show all posts
Showing posts with label Language. Show all posts
  • Conditional Logic & Operator In C Programming


     Conditionl Logic & Operator:

    Conditionl Logic used to write a program.It is most important in C programming. Conditionl Logic is used by some operators.

    •  Such as,Arithmetic operator.Five arithmetic operator are used in C.They are :

                         + Addition
                     -Subtraction
                    *Multiplication
                     /Division
                   %Remainder after integer division

    For example in C,

    #include<stdio.h>
    int main( )
    {
    int a=20,b=5,c;
    c=a+b;
    printf("%d",c);
    }

           The  output of this program is 25
    Other arithmetic operators  are work in same ways.
    •  Another operator is Unary operator.There are two other commonly used unary operators.The increment(++)  operator  &  the  decrement  (--) operator.Increment  means ,value increased by 1.Decrement means, value decreased by 1.
    For example,
    #include<stdio.h>
    int main( )
    {
    int a=20;
    a++;
    printf("%d",a);
    }

    a++  means,
                       a=a+1
    so the output is  21

    And  a--  means,
                        a=a-1


    •  Another operator is Relational operator  ,which is used in conditional logic.There are  6  relational operator in  C.They are,
    Operator                       Meaning
         >                               greater  than
         >=                             greater  than  or  equal  to
         <                               less than
         <=                             less than  or  equal  to
         ==                             equal  to
         !=                              not  equal  to

    For  example,

    #include<stdio.h>
    int main( )
    {
    int a=20,b=5;
    if(a>=b)
    {
                                      printf("True");
                                  }
                                else
                                 {
        Printf("False");
              }
    }

    The output is  True
    Because a=20 which is greater than b=5
    The condition of if(a>=b)  is true.So compiler check the statement in if condition and print this statement.And compiler check else condition when if condition is false….

    •  Another is Assignment operator.Which is,
    Identifier = expression

    Identifier means variable & expression means constant/value.
    Such as,
                       a=3
                        b=c
                       sum=a+b
    These are assignment operator.Here 3 assigned to the variable a, c assigned to b and so on..

    Remember that, assignment(=) and equality(==)  operator are distinctly different.Assignment operator means assign value but equality operator means the same value between two expressions.


    •  If ,else  condition are used in conditional logic.Wherever if  condition  is true then this program print statement of if.Otherwise print statement of  else. We can clear this by following program:



     In this code, if  a=20,b=10  then (20>10) which is true.And  compiler check the if statement.Store  c=20+10=30  .Print  30
    But when input a=10,b=20 then (10>20) which is false .And compiler check else statement .Then print 10



  • C Language

    What is C programming?

    C  is the programming language used for general purposes. C has extensive use of various operating systems (such as windows,linux, etc.) to build various types of software. Even C is used to create 3D movies. In a word, there is no such sphere where C does not have to walk.


    C is a very effective programming language. Written code for a system works in other operating systems without any change.
    We have already mentioned that C is a simple and easy language to start learning programming. If you know C programming, then you just do not understand how C program works, but you can draw a mental picture of how the computer works.

    C program faster :

    Comparison of languages like Java and Python offers many features, such as garbage collection and dynamic typing. It also makes programming easier for programmers to write. However, due to additional processing, they have less performance compared to C.C language believes in programmers and permits editing programs directly through computer hardware.


     But this is not possible for most high-level programming languages. This is one of the main reasons to start learning C programming.
  • What is HTML language ?

     HTML is a computer language which means  HyperText Markup Language.


             HTML is a computer language devised to allow website creation. We can make a website by      
     html language.
                              
                           

               HTML :
    • HyperText is the method by which you move around on the web   by clicking on special text called hyperlinks which bring you to the next page. The fact that it is  hyper  just means it is not linear . You can go to any place on the Internet whenever you want by clicking on links , there is no set order to do things in.
    • Markup is what HTML tags do to the text inside them. They mark it as a certain type of text ..
    • We design a page by use HTML.
    • We can change font size,font color,font weight by using HTML.
    • We can make menu list by it..
    • HTML is a Language, as it has code,words and syntax like as any other languages.
    • By using HTML ,we can make many other boxs such as comment box etc.

    GET A FREE QUOTE NOW

    Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.

    ADDRESS

    Provati 18,Lichu Bagaan,Sylhet, Bangladesh.

    EMAIL

    saifurrahmanrasel4627@gmail.com
    srr@mail.com

    TELEPHONE

    +880188110,
    +880188211

    MOBILE

    01782614627,
    01643215579