Search:

Type: Posts; User: krazy

Search: Search took 0.01 seconds.

  1. Thread: Queues

    by krazy
    Replies
    22
    Views
    5,010

    use pointers for calling. whatever parameters are...

    use pointers for calling. whatever parameters are goin to be changed should be passed by reference so that you can get the change in your main().othr way of doin it could be that u return your...
  2. Replies
    5
    Views
    1,052

    take a flag. initialise it to zero. if the user...

    take a flag. initialise it to zero. if the user guesses the ans flag=1.
    use do while and continue till flag =1. could use goto instead of flag but thts bad prograamin pract rite?
Results 1 to 2 of 2