Subject : Fundamentals of Programming
Subject Code : 610001
Department : MCA
Assignment Date : 20th Dec, 2010
Submission Date : 27th Dec, 2010
1.State use of bit-wise operators. Explain bit-wise shift operators.
2.List different categories of Preprocessor Statements. Explain with suitable example
3.What is Link List? How it is differ from an Array? List advantages of using Link List over Array.
4.What do you mean by Self-Referential Structure? Give Example of it.
5.List out the following
(a) Variant of Linked List and
(b) Primitive Operations that can be performed on Singly Link List.
MCA FOP,FOP GTU,FOP MCA,FOP MCA Material,FOP Material,FOP Program,FOP Practical,FOP Question,FOP Assignments,FOP Tutorial,FOP Paper,FOP Exam Paper,FOP Question Paper,FOP Solution,FOP 610001,FOP 610002,FOP
Pages
▼
Tuesday, December 21, 2010
MCA FOP Assignment - 6
Subject : Fundamentals of Programming
Subject Code : 610001
Department : MCA
Assignment Date : 11th Dec, 2010
Submission Date : 20th Dec, 2010
1.Explain following functions with syntax and Example.
(a) fopen()
(b) fclose()
(c) fcloseall()
(d) fseek()
(e) ftell()
(f) feof()
(g) fputs()
(h) fgets()
(i) fread()
(j) fwrite()
(k) fprintf()
(l) fscanf()
(m) ferror()
(n) remove()
(o) rename()
2.Explain different File Opening modes used with the fopen () function.
3.What is stream? What is the difference between a text-mode stream and a Binary mode stream?
4.What are the three general methods of File Access?
5.What is the difference between a Binary File and Text File in C.
Subject Code : 610001
Department : MCA
Assignment Date : 11th Dec, 2010
Submission Date : 20th Dec, 2010
1.Explain following functions with syntax and Example.
(a) fopen()
(b) fclose()
(c) fcloseall()
(d) fseek()
(e) ftell()
(f) feof()
(g) fputs()
(h) fgets()
(i) fread()
(j) fwrite()
(k) fprintf()
(l) fscanf()
(m) ferror()
(n) remove()
(o) rename()
2.Explain different File Opening modes used with the fopen () function.
3.What is stream? What is the difference between a text-mode stream and a Binary mode stream?
4.What are the three general methods of File Access?
5.What is the difference between a Binary File and Text File in C.
MCA FOP Assignment - 5
Subject : Fundamentals of Programming
Subject Code : 610001
Department : MCA
Assignment Date : 29th Nov, 2010
Submission Date : 11th Dec, 2010
1.What are the difference between Structure and Union? Explain the concept of Structure with syntax and Example.
2.Define Structure. How it is differ from an array? Explain Nested structure with example.
3.Write a short note on following
(a) Enumerated Data Type.
(b) Bit-Filed
(c) Union
MCA FOP Assignment - 4
Subject : Fundamentals of Programming
Subject Code : 610001
Department : MCA
Assignment Date : 22nd Nov, 2010
Submission Date : 29th Nov, 2010
Subject Code : 610001
Department : MCA
Assignment Date : 22nd Nov, 2010
Submission Date : 29th Nov, 2010
1.What is a pointer? Why are they important?
Explain NULL Pointer, Void Pointer, and Dangling Pointer.
2.Differentiate : Array Vs. Pointer
3.Explain following Concepts with Example.
(a) Array of Pointer
(b) Pointer to Array
(c) Pointers to Pointers
(d) Pointer to Function
4.List Functions used in Dynamic Memory Allocation and Explain with Syntax and Example
5.Explain Scope and Lifetime of Variable in C Program.
6.Explain different Storage Class in C with example.