Thread: how does http: working in C program

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Nov 2010
    Posts
    1

    how does http: working in C program

    Hi Guys,

    i just found that the word http: is working fine in my C Program without giving any error.

    writing a program for your reference.
    Code:
    #include<stdio.h> 
    #include<conio.h> 
    void main()
    {
    http:
    clrscr();
    printf("http is working fine");
    getch();
    }
    Please do suggest why this is not giving any error.
    Last edited by Salem; 11-08-2010 at 11:10 AM. Reason: Added [code][/code] tags - for the fat lot of good that it did

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Working Through book, need help with a program
    By envie in forum C Programming
    Replies: 2
    Last Post: 11-23-2009, 01:58 AM
  2. Program stopping working
    By SterlingM in forum C++ Programming
    Replies: 24
    Last Post: 10-17-2009, 02:38 PM
  3. Program not working right
    By blindman858 in forum C++ Programming
    Replies: 3
    Last Post: 04-17-2005, 09:37 AM
  4. Program not working
    By jat421 in forum C Programming
    Replies: 6
    Last Post: 03-20-2005, 08:28 PM
  5. Program ive been working on called ChatMate
    By dirkduck in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 01-23-2002, 09:05 PM

Tags for this Thread