Monday, December 17, 2012

Use of if logical operators

1st about discount using if and logical operators
#include <stdio.h>
#include <conio.h>

void main()
{
int ppi;
int ib;
int tp;
int dis;
clrscr();

printf("price per item\n");
scanf("%d",&ppi);
printf("items bought\n");
scanf("%d",&ib);


tp=ppi*ib;

printf("total price =%d\n",tp);

if(ib>1&&ib<=15){
dis=tp-(tp*5)/100;
printf("discounted Price %d",dis);

Wednesday, December 12, 2012

Calculus Thomas Finney Solutions 9th Editions

George Thomas' clear, precise calculus text with superior applications defined the modern-day, three-semester or four-quarter calculus course. The ninth edition of this proven text has been carefully revised to give students the solid base of material they will need to succeed in math, science, and engineering programs. This edition includes recent innovations in teaching and learning that involve technology, projects, and group work.

Download Links For All Chapters:

 Download

problem solving and program design in c




Problem Solving and Program Design in C is one of the best-selling introductory programming textbooks using the C programming language. It embraces a balanced approach to program development and an introduction to ANSI C. The book provides a gradual introduction to pointers and covers programming with functions early in the text. In later chapters, students learn to implement fundamental data structures such as lists, stacks, queues, and trees in a language that fosters their understanding of stack- and heap-dynamic memory allocation and programmer-controlled pointers. To enhance students' learning experience it offers the right amount of pedagogical features that include end-of-section and chapter exercises, examples and case studies, syntax and program style display boxes, error discussions and end-of-chapter projects.
Book Download Link

Logic Gates ICT 4 Presentations Complete

Number System Lecture 1 ICT

Number Systems 2 Sir Zahid

Logic Gates Lecture Sir Zahid Itc

itc Lecture Sir Zahid logic Gates 2

lectyre 1 slideshow of itc

ITC Course Lecture On Softwares

Note: Your Browser must support java script to view this document.