EmbLogic's Blog

C assignment no.4

RCS file: 1.c,v
Working file: 1.c
head: 1.1
branch:
locks: strict
root: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1; selected revisions: 1
description:
use of if-else statement to determine a number wheather it is postive or negative.
—————————-
revision 1.1 locked by: root;
date: 2014/10/25 00:03:14; author: root; state: Exp;
Initial revision
=============================================================================

RCS file: 2.c,v
Working file: 2.c
head: 1.1
branch:
locks: strict
root: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1; selected revisions: 1
description:
use of else-if and && operator to find largest and smallest numbers among 5 numbers
—————————-
revision 1.1 locked by: root;
date: 2014/10/25 00:05:26; author: root; state: Exp;
Initial revision
=============================================================================

RCS file: 3.c,v
Working file: 3.c
head: 1.1
branch:
locks: strict
root: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1; selected revisions: 1
description:
use of if -else if ,&& operators to determin students grade
—————————-
revision 1.1 locked by: root;
date: 2014/10/25 00:07:55; author: root; state: Exp;
Initial revision
=============================================================================
rlog: RCS/4.c,v: No such file or directory

RCS file: 5.c,v
Working file: 5.c
head: 1.2
branch:
locks: strict
root: 1.2
access list:
symbolic names:
keyword substitution: kv
total revisions: 2; selected revisions: 2
description:
understand the use of rand() function to generate a random number having specified range as
num=rand()%100 produce a number within 1 to 100
—————————-
revision 1.2 locked by: root;
date: 2014/10/25 00:55:28; author: root; state: Exp; lines: +4 -11
implement the c code to convert inches to centimeter
—————————-
revision 1.1
date: 2014/10/25 00:42:09; author: root; state: Exp;
Initial revision
=============================================================================

RCS file: 6.c,v
Working file: 6.c
head: 1.1
branch:
locks: strict
root: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1; selected revisions: 1
description:
implement the concept to add two number in feet and inches
—————————-
revision 1.1 locked by: root;
date: 2014/10/25 02:08:40; author: root; state: Exp;
Initial revision
=============================================================================

RCS file: 7.c,v
Working file: 7.c
head: 1.1
branch:
locks: strict
root: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1; selected revisions: 1
description:
implement the logic to get the sum of 1-3^3 + 5^5……..for n=333
ans:386600045
—————————-
revision 1.1 locked by: root;
date: 2014/10/25 13:36:49; author: root; state: Exp;
Initial revision
=============================================================================

RCS file: 8.c,v
Working file: 8.c
head: 1.1
branch:
locks: strict
root: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1; selected revisions: 1
description:
implement the Sri dharacharya formula and different cases depending upon coefficients of equation
—————————-
revision 1.1 locked by: root;
date: 2014/10/25 13:48:02; author: root; state: Exp;
Initial revision
=============================================================================

RCS file: 9.c,v
Working file: 9.c
head: 1.1
branch:
locks: strict
root: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1; selected revisions: 1
description:
use for switch statement to determine the colour code of resister
—————————-
revision 1.1 locked by: root;
date: 2014/10/25 14:02:04; author: root; state: Exp;
Initial revision
=============================================================================

RCS file: 10.c,v
Working file: 10.c
head: 1.1
branch:
locks: strict
root: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1; selected revisions: 1
description:
implement code to get difference b/w two numbers
—————————-
revision 1.1 locked by: root;
date: 2014/10/25 20:34:03; author: root; state: Exp;
Initial revision
=============================================================================

RCS file: 11.c,v
Working file: 11.c
head: 1.1
branch:
locks: strict
root: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1; selected revisions: 1
description:
implement the code to find the area of square and triangle
—————————-
revision 1.1 locked by: root;
date: 2014/10/25 21:11:38; author: root; state: Exp;
Initial revision
=============================================================================

RCS file: 12.c,v
Working file: 12.c
head: 1.1
branch:
locks: strict
root: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1; selected revisions: 1
description:
implement the logic to remove comment eg: //…… and /*……*/ from the c program
—————————-
revision 1.1 locked by: root;
date: 2014/10/26 02:39:35; author: root; state: Exp;
Initial revision
=============================================================================

RCS file: 12com.c,v
Working file: 12com.c
head: 1.1
branch:
locks: strict
root: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1; selected revisions: 1
description:
—————————-
revision 1.1 locked by: root;
date: 2014/11/22 03:43:49; author: root; state: Exp;
Initial revision
=============================================================================

RCS file: 12wc.c,v
Working file: 12wc.c
head: 1.1
branch:
locks: strict
root: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1; selected revisions: 1
description:
—————————-
revision 1.1 locked by: root;
date: 2014/11/22 03:44:25; author: root; state: Exp;
Initial revision
=============================================================================

RCS file: 13.c,v
Working file: 13.c
head: 1.1
branch:
locks: strict
root: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1; selected revisions: 1
description:
implement the logic to find the distance b/w two points
—————————-
revision 1.1 locked by: root;
date: 2014/10/26 03:36:47; author: root; state: Exp;
Initial revision
=============================================================================

RCS file: 14.c,v
Working file: 14.c
head: 1.1
branch:
locks: strict
root: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1; selected revisions: 1
description:
implement the logic to determine the year whether it is leap or common.
—————————-
revision 1.1 locked by: root;
date: 2014/10/26 03:53:40; author: root; state: Exp;
Initial revision
=============================================================================

RCS file: 15.c,v
Working file: 15.c
head: 1.1
branch:
locks: strict
root: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1; selected revisions: 1
description:
implemnt the logic to determine wages of the worker depending upon working hours per day
—————————-
revision 1.1 locked by: root;
date: 2014/10/26 04:09:36; author: root; state: Exp;
Initial revision
=============================================================================
[root@VIPIN c_assignment4]#

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>