Search:

Type: Posts; User: csick

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    834

    Why does the compiler not catch %s?

    I am trying to run the following code at compilier:


    # include <stdio.h>

    main()
    {
    char name;
    printf("what is your name?");
    scanf("%s",&name);
  2. Replies
    5
    Views
    1,843

    Thanks for your comments,I have saved my...

    Thanks for your comments,I have saved my file.Though I have another problem at hand.Once I am back at the C promt,I am having problem compiling my file.Pls advise how I could compile,link and execute...
  3. Replies
    5
    Views
    1,843

    How to save a source code file in DOS.

    I wrote "edit" at the C promt,this opened up my editor,then I wrote my program.
    But I do know how to save this file in DOS.
    Sorry for this stupid question, would be very obliged for the help,...
  4. Thread: Compiler

    by csick
    Replies
    7
    Views
    1,237

    Actually I compiled the code in Linux using cc...

    Actually I compiled the code in Linux using cc average.c -o average
    .I don't know what could be the problem.
  5. Thread: Compiler

    by csick
    Replies
    7
    Views
    1,237

    Compiler

    I have Linux running on a 32MB computer.
    I have Win200 on a256MB computer.
    The Win2000 computer has the Miracle C compiler.
    The Linux computer has a compiler-but I do not know which one(i do not...
Results 1 to 5 of 5