Sunday 25 September 2016

First Introduction about the Blog...

Mainly my blog will contain the post from the following programming languages:-

  1. C++
  2. Web designing Language such as (HTML, CSS etc)
Here one can get help on these programming language tricks nd logic after my study and testing on them nd too the reference links from where I gathered it too. If anyone would have problem could comment on the related topics in comment box So that i could try to help u all . I would post on every Sunday at same time nd same place too....Hoping I would be successful in helping u all.
Thank u nd have a nice day...!!!
Enjoy Playing With codes....
waiting 4 ur Response....
                                                   

5 comments:

  1. 1. how to print "hello! world" without using ';' ??? :-D

    ReplyDelete
    Replies
    1. ya i made the code by #define syntax here is the code:

      #define print printf("HELLO WORLD")
      void main()
      {
      print;
      getch();
      }

      Delete
    2. This comment has been removed by the author.

      Delete
    3. bt this code indirectly uses ';' ... the challange was to do it without ';' ..... :-D :-D :-D

      Delete
  2. This comment has been removed by the author.

    ReplyDelete