RCS file: prog4.c,v Working file: prog4.c head: 1.29 branch: locks: strict root: 1.29 access list: symbolic names: keyword substitution: kv total revisions: 29; selected revisions: 29 description: add student record complete —————————- revision 1.29 locked by: root; date: 2014/07/20 12:00:57; … Continue reading
RCS file: prog4.c,v Working file: prog4.c head: 1.29 branch: locks: strict root: 1.29 access list: symbolic names: keyword substitution: kv total revisions: 29; selected revisions: 29 description: add student record complete —————————- revision 1.29 locked by: root; date: 2014/07/20 12:00:57; … Continue reading
RCS file: prog4.c,v Working file: prog4.c head: 1.29 branch: locks: strict root: 1.29 access list: symbolic names: keyword substitution: kv total revisions: 29; selected revisions: 29 description: add student record complete —————————- revision 1.29 locked by: root; date: 2014/07/20 12:00:57; … Continue reading
struct Sculldev { struct Scullqset *scullqset; }; struct Scullqset { void **data; struct Scullqset *next; }; ==================================================================================================== RCS file: ./scull.c,v Working file: ./scull.c head: 1.3 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 3; selected revisions: … Continue reading
To check the working of Detect_Loop function, i have created a loop for the first time when we add elements at the end. After then it is fine, and normal again. I have removed, almost every minute bugs in the … Continue reading
========================================== MENU ========================================== 1. Add Student records 2. Delete students records 3. Update students records 4. View all student records 5. Calculate an average of a selected student’s scores 6. Show student who gets the max total score 7. Show … Continue reading
RCS file: my_fnts.c,v Working file: my_fnts.c head: 1.39 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 39; selected revisions: 39 description: funtions moved to this file —————————- revision 1.39 date: 2014/07/19 12:06:15; author: root; state: Exp; … Continue reading
1#include <stdio.h> 2 struct student 3 { 4 char name[50]; 5 int roll; 6 float marks; 7 }; 8 int main() 9 { 10 { 11 printf(“===========================================\n”); 12 printf(” menu \n”); 13 printf(“===========================================\n”); 14 printf(“1.add student record\n”); 15 printf(“2.delete student … Continue reading
RCS file: file.c,v Working file: file.c head: 1.9 branch: locks: strict amardeep: 1.9 access list: symbolic names: keyword substitution: kv total revisions: 9; selected revisions: 9 description: starting —————————- revision 1.9 locked by: amardeep; date: 2014/07/19 07:38:02; author: amardeep; state: … Continue reading
RCS file: header.h,v Working file: header.h head: 1.1 branch: locks: strict root: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: all headers of assignment 4th. —————————- revision 1.1 locked by: root; date: 2014/07/18 … Continue reading
RCS file: 7th_q_4.c,v Working file: 7th_q_4.c head: 1.1 branch: locks: strict root: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: create absolute diffrence . —————————- revision 1.1 locked by: root; date: 2014/07/18 12:21:11; … Continue reading
RCS file: 6th_q_4.c,v Working file: 6th_q_4.c head: 1.1 branch: locks: strict root: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: add inches and feets of two distances. —————————- revision 1.1 locked by: root; … Continue reading
RCS file: 5th_q_4.c,v Working file: 5th_q_4.c head: 1.1 branch: locks: strict root: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: check colour codes with type of colour. —————————- revision 1.1 locked by: root; … Continue reading
RCS file: 4th_q_4.c,v Working file: 4th_q_4.c head: 1.1 branch: locks: strict root: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: coverter inches to centimeters. —————————- revision 1.1 locked by: root; date: 2014/07/18 12:21:11; … Continue reading
RCS file: 3rd_q_4.c,v Working file: 3rd_q_4.c head: 1.1 branch: locks: strict root: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: check the test compitions score with grade. —————————- revision 1.1 locked by: root; … Continue reading