Search:

Type: Posts; User: time789

Search: Search took 0.00 seconds.

  1. Thread: for loop

    by time789
    Replies
    2
    Views
    976

    for loop

    Hi,

    Have a look at the code

    /* prorgram to print output
    ********
    *** ***
    ** **
    * *
  2. Replies
    3
    Views
    7,617

    Thanks for the reply. I did find the correct...

    Thanks for the reply.

    I did find the correct way to scan a short int ,but that still leaves me with a doubt as to why the program is not throwing the error when I declare the short int on before...
  3. Replies
    3
    Views
    7,617

    short int vs int

    Hi,

    The following program works fine if an int is declared instead of the short int for tracks ,but if I do declare /*tracks*\ as a short int then whilst giving the output
    it does not print out...
  4. Replies
    9
    Views
    2,172

    Hi, I am trying to create a basic calculator...

    Hi,

    I am trying to create a basic calculator program using the switch case method ...The following code runs fine for me
    ------------------------------------------------------------------


    /*...
  5. Replies
    9
    Views
    2,172

    HI, The smiles are something I did not...

    HI,

    The smiles are something I did not add,probably it was because I did not add some space between the : and p of printf .Sorry
  6. Replies
    9
    Views
    2,172

    Basic:switch Program

    Hi,

    I am trying to create a basic calculator program using the switch case method ...The following code runs fine for me
    ------------------------------------------------------------------


    ...
  7. Replies
    6
    Views
    1,686

    Thanks for the reply but my query is ...

    Thanks for the reply but my query is




    if(statement)
    instruction;
    instruction;
    if the statement is in true state it executes the first line and exits the program else it prints the next...
  8. Replies
    6
    Views
    1,686

    Basic :else if program

    Hi,

    First of all a great site ,Hope beginner's like me can learn from this forum :)
    I have a problem whilst running the program:Below code runs fine but when I make some changes to it some issues...
Results 1 to 8 of 8