DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Education C Prog - Array

C Programming - Array Organized By: Vinay Arora Assistant Professor, CSED Thapar University, Patiala Vinay Arora CSED Program - 1 #include #include void main() { int num[5];…

Documents C Programming

C Programming :: Declarations and Initializations 1. Which of the following statements should be used to obtain a remainder after dividing 3.14 by 2.1 ? A.rem = 3.14 % 2.1;…

Documents C Programs

C Programs Armstrong Numbers: Code 1: 1. Warp to check a number is Armstrong 2. C program to check whether a number is Armstrong or not 3. Simple c program for Armstrong…

Documents system software and shell script

Q1 ASSEMBLERS Pass 1 #include #include #include void main() { FILE *fp1,*fp2,*fp3,*fp4; char label[10],opcode[10],operand[10],symbol[10],code[10]; char mnemonic[5],character,add[10],objectcode[10];…

Documents c

C Tutorials 1.1 1.2 1.3 1.4 1.5 1.6 Learn C in 15 days C Introduction (4 topics) C in 10 days (Fundamentals) C Basics and Keywords Learn C in 7 days 26 Points about C basics…

Technology Object Oriented Programming with Java

1. IADCS Diploma Course Object Oriented Programming U Nyein Oo COO/Director(IT) Myanma Computer Co., Ltd(MCC) 2. OOP? Software Development Technique Effective use of programmer…

Documents computer science

Sample Questions for Computer Science A Computer Science A: Sample multiple-Choice Questions Following is a representative set of questions. Questions marked with an asterisk…

Technology ROSEdu Tech Talks Prezentarea 01: Preprocesorul C

1. Notiuni generale , Macrodefinitii , Preprocesare conditionat˘ , a Includerea fisierelor header , Altele Resurse utile Preprocesorul C Tech Talks R˘zvan Deaconescu…

Technology 7. arrays

1. Arrays 2. Contents One-Dimensional Arrays Initialization Subscripting 2 3. One-Dimensional Arrays Array – A set of variables sharing the name int num[5]…

Documents Lecture LinkedLists D.S. Malik

Linked Lists Based on D.S. Malik, Java Programming: Program Design Including Data Structures Linked Lists  Linked list  List of items, called nodes  The order of…