RoboCop

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Should I start with C or C++#1431
    RoboCop
    Participant

    I have been learning C and PHP by reading books..and whenever I get doubts I come to Technotip.com and do a quick search to find out the answer. If I don’t find it, I’ll ask in the forum.

    And I have been practicing all the video tutorial lessons published/produced by Technotip.com which has immensely helped in learning and understanding the logic.

    This has been a great time saver for me so far. I too think, BOOK is the best teacher.

    #include<stdio.h>
    #include<conio.h>
    
    void main()
    {
       clrscr();
    
       printf("Hello Submeyar\n");
       printf("Welcome To C\n");
    
       printf("\n\n\n\nand Welcome To Technotip IT Solutions and Training Center\n");
    
       getch();
    }
    

    Output
    Hello Submeyar
    Welcome To C

    and Welcome To Technotip IT Solutions and Training Center

    in reply to: Optimizing Images#1134
    RoboCop
    Participant

    @Fran, Do not post your usernames/passwords on this forum.

    If you are a client, then send those sensitive information’s to relevant persons email (in your case Satish Sir).
    I’ve removed the username and password info from your query.

    Post all your questions/concerns in the forum, except passwords, credit card numbers, payment information’s etc.

    Please don’t be offended by my response here, I’m just here to enforce some basic rules in the interest of forum members.

    All the best with your online venture.

Viewing 2 posts - 1 through 2 (of 2 total)