Search:

Type: Posts; User: jochen

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,268

    Ooopp... sorry+ apologise.. this is passed...

    Ooopp... sorry+ apologise..

    this is passed year exam question..

    There are OUTPUT with value..

    just wondering what the " continue" and "break " work for the loop....
  2. Replies
    3
    Views
    1,268

    Help for some loop count problem..

    Hi,

    just curious what exactly the "continue", "break" stand for ?
    can some one enlighten me based on the source code below.

    i'm in doubt for understand the source code below.
    Assume that...
  3. Replies
    4
    Views
    1,906

    thanks again.. i follow as what u mentioned...

    thanks again..

    i follow as what u mentioned ...work..
    but after i go into more details to read it into array for processing..program keep out/terminate



    while ((fgets(stemp, MAX,...
  4. Replies
    4
    Views
    1,906

    thanks for pointing out the error in field.. ...

    thanks for pointing out the error in field..

    for checking '\n' within fgets..how can i check for that?

    i knew that my "if" doesn't make sense by simply compare '\n'>3...
    cause fgets ...
  5. Replies
    4
    Views
    1,906

    How to read and process+output to file

    Hi, newbie here...

    I having some problem while read the data from a file and process it..

    data file look similar like this
    input(shop.txt)
    "
    Ninxo Department Store
    Customer Purchases...
  6. Replies
    64
    Views
    8,903

    #include #include #define NULL...

    #include <stdio.h>
    #include <io.h>
    #define NULL 0
    #define EOF (-1)

    main()
    {
    char pw[4];
    char c;
    FILE *fp, *fopen();
  7. Replies
    15
    Views
    3,794

    what is ULONG_MAX ? need to re-declare?

    what is ULONG_MAX ? need to re-declare?
  8. Replies
    2
    Views
    2,913

    thanks a lot... really not familiar with...

    thanks a lot...

    really not familiar with passing pointer/argument, but i had re-arrange the structure..
    but i still not sure will i declare wrongly
    for the function prototype, call function in...
  9. Replies
    2
    Views
    2,913

    function passing argument..array ?

    question given

    Finding the Smallest Value (small.c)
    (a) Write a function, smallest( ), that returns the smallest value in a signed integer
    array. The array and its size are passed as arguments....
  10. Replies
    15
    Views
    3,794

    hi xsouldeath, for the delay, is there any...

    hi xsouldeath,

    for the delay, is there any other method without use of library function..

    cause the question not allow to use other library funtion other than <stdio.h>


    therefore all...
  11. Replies
    15
    Views
    3,794

    hi xsouldeath; sorry for my poor...

    hi xsouldeath;


    sorry for my poor understanding...




    printf("Please enter text line:");
  12. Replies
    15
    Views
    3,794

    sorry...in doubt.. how to let the program...

    sorry...in doubt..
    how to let the program delay for example 10seconds to show have a good day?
  13. Replies
    15
    Views
    3,794

    Sorry while i copy too fast without copy the ...

    Sorry while i copy too fast without copy the curly brace (}) at the end of main().
    instead i use c=getchar();

    but the loop problem keep happened.therefore change to
    scanf(); cause really...
  14. Replies
    15
    Views
    3,794

    Help.. newbie for loop..stuck with the loop..

    Hi all master,

    question:
    Write a C program to convert lines of input text to uppercase.
    Do not use any standard library functions.
    The program prompts the user to enter each line of text and...
Results 1 to 14 of 15