Search:

Type: Posts; User: mancode1009

Search: Search took 0.03 seconds.

  1. Replies
    5
    Views
    3,601

    Reading text file in c

    hey guy..I want know how to print certain line from the text file and certain part of the record for example



    I only want to print out the name from the record in the text file..
    for example...
  2. Replies
    7
    Views
    2,226

    Print Certain Line in C

    #include<stdio.h>

    struct student{
    int id;
    char name[30];
    int mark;
    };

    void main()
    {
  3. Replies
    1
    Views
    1,045

    terminate the program....

    Anyone please help me to find out ...where is the error because this program will continue untill the user enter 0 the program will terminate ...but i stuck at here please help...
    #include<stdio.h>...
  4. Replies
    1
    Views
    1,474

    2 Dimensional Array

    my program is to calculate the student gpa first prompt the user to enter the score and display the grade and also calculate the total grade
    this is my program i stuck in the half way please help:
  5. Thread: 2D Array

    by mancode1009
    Replies
    1
    Views
    916

    2D Array

    first ask the user enter mark,then calclulate gpa
    how i want to display the ouput like this
    the output:

    stud _subj1__subj2 __ gpa
    1____ B____ A____ 2.5

    Then calculate number of grade
    ...
Results 1 to 5 of 5