DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Documents ds lab1

NAME :Pindariya bhavesh p COURSE: MCA SUBJECT : DS ROLL NO: B-29 1. Array operations: Traversing, Insertion, Deletion in array #include #include void main() { int a[5],i,n,j,k,c,ch,b,m;…

Education Answers of 'c' for S.R.K.Goenka college Students of BCA I

1. ANSWERS OF ‘C’ BY AMIT RANJAN 2. 7. a. What is identifier? What are the rules to be followed for naming an identifier? (-09) Ans. Identifier refers to the name of…

Education Ada file

1. Q1. Write a program to search a number from a given list using linear and binary search. #include #inlcude void main() { int arr[10]; int…

Documents CSSE 332 Explicit Memory Allocation, Parameter passing, and GDB.

Slide 1 CSSE 332 Explicit Memory Allocation, Parameter passing, and GDB Slide 2 2 Example 11 #include int main(int argc, char *argv[]){ int *ptr; /* allocate space to hold…