Search:

Type: Posts; User: scorpio76

Search: Search took 0.01 seconds.

  1. Replies
    14
    Views
    4,556

    all the lines added to the program...but seems to...

    all the lines added to the program...but seems to have compiling errors..
    menucount is never used in function,
    menuList never used in fucntion,
    totalPrice assigned a value never used in fucntion...
  2. Replies
    14
    Views
    4,556

    i dont understand from #define MAXRECL to return...

    i dont understand from #define MAXRECL to return buffer...is this line to replace.. void printCheck(menuItemType menuList[MENU_SIZE], int menuCount)??

    i already have a getData(menuItemType...
  3. Replies
    14
    Views
    4,556

    Ok i did little changes to incorporate question 1...

    Ok i did little changes to incorporate question 1 and 2..now my problem is with ques 3..the output should look like wanted output not the current one...tq
  4. Replies
    14
    Views
    4,556

    tq msh..it works now...but my ques 3..couldn't...

    tq msh..it works now...but my ques 3..couldn't get that output after i adjust the lines..
  5. Replies
    14
    Views
    4,556

    Little help to complete my program..pls..

    i ve completed my program..i can run the program and need minor changes to make it perfect..
    i. i need to show the quantity chosen next to menu item output is:
    enter selection :2
    enter quantity...
  6. Replies
    1
    Views
    752

    nedd help on tax and structure.

    abugarcia

    #include <stdio.h>
    #include <stdlib.h>

    #define GST 0.05
    #define MENU_SIZE 8

    typedef struct
    {
  7. Replies
    8
    Views
    1,012

    well i was told to create this program by using,...

    well i was told to create this program by using, loop,for, d0-while function..array function is not in my module..any other function i can use to make sure there is an input for no of student and no...
  8. Replies
    8
    Views
    1,012

    its not a spam...just need help as above...i want...

    its not a spam...just need help as above...i want the grades for each mark entered and calculate the average marks obtained..
  9. Replies
    8
    Views
    1,012

    beginner need ur sincere help

    i've done a program as below but have problem.

    i.no of students does not continue

    ii.grades only appear for the last mark ex.if i enter mark 1, mark 2, mark 3..grade only appears for mark 3
    ...
  10. Replies
    3
    Views
    883

    how to do tht..sorry i m new

    how to do tht..sorry i m new
  11. Replies
    3
    Views
    883

    how to simplyfy and make this work

    i've written program like this but there is no continuation of no of students when enterd more than 1.

    #include <stdio.h>

    void main(){
    float average,total_mark;
    int noStud, StudID,...
  12. expert pls help me on this...running out of time

    You are required to write a complete C program for a simple grading system. At the beginning of the system, you need to input number of students and number of subjects that have been marked. Then,...
  13. Replies
    5
    Views
    991

    well no idea abt array or struct....i dont need...

    well no idea abt array or struct....i dont need to input names...the program should require number of students, no of subject and id no..

    the important part is numbers of subject and students is...
  14. Replies
    5
    Views
    991

    PLS HELP ME with this problem..

    The program below is working good. But now i need to change the input as
    enter no of student :
    enter no of subject :

    where the value is undefined 'x'. once i run the program it should ask for no...
  15. Replies
    3
    Views
    939

    this is the program code i need to change...

    this is the program code i need to change...
  16. Replies
    3
    Views
    939

    what command to use??

    The program below is working good. But now i need to change the input as
    enter no of student :
    enter no of subject :
    where the value is undefined 'x'. once i run the program it will ask for no of...
  17. pls recommend some website with sample of C...

    pls recommend some website with sample of C programming
  18. i m using C compiler. the whole project...

    i m using C compiler. the whole project corrupted..i need to start from beginning. i m new to programming.pls help on how to start and identify problem
  19. Anybody pls help on writing program for this!!

    MY PROGRAM IS NOT RUNNING..NEED HELP ON THIS..

    At the beginning of the system, you need to input number of students and number of subjects that have been marked. Then, you need to enter the...
Results 1 to 19 of 20