DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Documents Test Your C-Skills[Yashwant Kanitkar]

Chapter 1 Arrays 1] What would the output of the following program? main() { char a[] = "Visual C++"; char *b = "Visual C++"; printf("\n %d %d",sizeof(a),sizeof(b));…

Documents MCS-025(11-12)

Course Code Course Title Assignment Number Maximum Marks Weightage Last Date of Submission : : : : : : MCSL-025 Lab Course MCA (2)/025/Assign/11 100 25% 15th October, 2011…

Documents Linked List

Linked Lists Linked List • List – linear collection of data items. • Data processing frequently involves storing and processing data organized into lists. • Arrays…

Documents Converting and Evaluating Infix

CONVERTING AND EVALUATING INFIX, POSTFIX AND PREFIX ExpressionS IN C - Sanchit Karve born2c0de printf("I'm a %XR",195936478); CONTACT ME : born2c0de AT dreamincode…

Technology C programming

1 C Programming An Introduction About C As a programming language, C is rather like Pascal or Fortran.. Values are stored in variables. Programs are structured by defining…

Documents 36853207 C Programming Ppt

Course Objectives      Be able to read and write C programs Understand all C language constructs Be able to use pointers Have a good overview of the Standard…

Documents All DS Questions GEEKY

Geeky Questions Devesh 2011 BIT Patna EQUILIBRIUM INDEX OF AN ARRAY Equilibrium index of an array is an index such that the sum of elements at lower indexes is equal to the…

Education C –FAQ:

1. C –FAQ:Q: How should I decide which integer type to use?A:If you might need large values (above 32,767 or below -32,767), uselong. Otherwise, if space is very important…

Documents Algorithmoi Domes Theoria

TEΧΝΟΛΟΓΙΚΟ ΕΚΠΑΙ∆ΕΥΤΙΚΟ Ι∆ΡΥΜΑ ΣΕΡΡΩΝ ΣΧΟΛΗ ΤΕΧΝΟΛΟΓΙΚΩΝ ΕΦΑΡΜΟΓΩΝ ΤΜΗΜΑ ΠΛΗΡΟΦΟΡΙΚΗΣ &…