Search:

Type: Posts; User: nabhatt

Search: Search took 0.00 seconds.

  1. converting printf to fprintf and fixing code problems

    Heres the code please help



    #include <stdio.h>#include <stdlib.h>#include <string.h>#define ALIVE 1#define DEAD 0#define GOL_DIM 10int MArray[GOL_DIM+2][GOL_DIM+2];int ...
  2. Thread: Need help in C

    by nabhatt
    Replies
    2
    Views
    834

    Thanks you so much

    Thanks you so much
  3. Replies
    3
    Views
    12,261

    I currently have it to this but not sure of its...

    I currently have it to this but not sure of its accuracy



    #include <stdio.h>


    int
    main(void)
    {
  4. Replies
    3
    Views
    12,261

    converting for loops to while loops

    I am needing to convert the for loop to the while loop but I am unsure exactly how



    #include <stdio.h>


    int
    main(void)
    {
  5. Mean, Min, Max of N numbers without using array

    I am not sure how to determine a min and a max with my program. it finds the average but is there a way i can also get it to print a min and max. here what i have so far




    int value;
    int n;...
  6. Thread: Need help in C

    by nabhatt
    Replies
    2
    Views
    834

    Need help in C

    1. write a program declaring a variable x as the type int, and use the scanf function to input an integer to initialize the value of x. Then, your program will print the following values with...
Results 1 to 6 of 6