Search:

Type: Posts; User: jaypei

Search: Search took 0.01 seconds.

  1. Thanks Salem! For looking into the code, and...

    Thanks Salem! For looking into the code, and helping me with it. indeed using the While() rather than() actually helped. and how could I have missed the scanf() within the loop.

    thanks a lot!
  2. Why the loop does not work as expected in this program?

    /* Write a program to find the range of a set of numbers. Range
    is the difference between the smallest and biggest number in
    the list

    Date : 16/07/2016 Time : 6.51 PM IST */
    ...
  3. Replies
    6
    Views
    7,103

    Hi Harmony, David Griffiths, one of the...

    Hi Harmony,

    David Griffiths, one of the co-authors of Head First C is has a twitter handle that you can use to contact him:

    David Griffiths (@dogriffiths) | Twitter
  4. Thanks for the answer Macnilly.

    Thanks for the answer Macnilly.
  5. Hi Satya, Thank you for taking time to reply...

    Hi Satya,

    Thank you for taking time to reply to my query. So can I say, that without declaring j as a global variable or by not assigning a value to J in the beginning - the outcome of this...
  6. Can some one help me understand the logic of this beginner's program

    The code:



    #include<stdio.h>

    int main()
    {

    int j ;
Results 1 to 6 of 6