Search:

Type: Posts; User: nonoob

Search: Search took 0.02 seconds.

  1. Replies
    8
    Views
    3,815

    Try system("pause") but it may not work in your...

    Try system("pause") but it may not work in your system.
    Parallel array in this case just means keep using the age[] array... But it somehow disappeared in your 2nd example. Then when you do the...
  2. Replies
    8
    Views
    3,815

    In this version you forgot about the parallel...

    In this version you forgot about the parallel array 'age' altogether.
    Where to put system(pause)? Just before the return in main().
  3. Replies
    8
    Views
    3,815

    Prototype is the function header without its...

    Prototype is the function header without its body. Used to define the types of arguments and return type. strncmp() is a standard library function. You should not put in the prototype for those...
Results 1 to 3 of 3