Search:

Type: Posts; User: Want2Know

Search: Search took 0.01 seconds.

  1. Replies
    14
    Views
    2,292

    size_t question

    hey csisz3r,

    "What the call for the printf function should look like when displaying a value stored in a variable of type size_t?"

    a variable cannot be of type size_t.... it must be either int,...
  2. Replies
    5
    Views
    17,061

    what is a prototype?

    hEY THERE,
    When you write your program, and you have a function inside main....you specify in the beginning of the program that you will be having a function later on that would contain certain...
  3. Replies
    2
    Views
    1,461

    Hey Quzah, Thanks for that simple algor...i'd...

    Hey Quzah,
    Thanks for that simple algor...i'd use that frame to work it..i appreicate that...like i said iw asn't sure how the comparison works with the arrays.I'd get my updated version up once i'm...
  4. Replies
    2
    Views
    1,461

    Command Line Arguments Dilemma!!

    I'm trying to create program that takes argument form the command line. e.g as below..k.out of course, is my command name..and the arguments follows..

    k.out A+ B C D E

    This should then print...
Results 1 to 4 of 4