1. What is pointer? Explain with example to print the address of variable using pointer. 2. What is pointer? Which arithmetic operations are not valid on pointers? 3. Explain array... 1. What is pointer? Explain with example to print the address of variable using pointer. 2. What is pointer? Which arithmetic operations are not valid on pointers? 3. Explain array of pointers with suitable example. 4. What is pointer? Which arithmetic operations are valid on pointers? 5. What is pointer to pointer? Write suitable example to demonstrate the concept. 6. Explain with suitable example structure variable and pointer to structure variable. 7. Define a structure data type called time_struct containing three member's integer hours, minutes, second. Develop a program that would assign values to individual member and display the time in following format: HH:MM:SS. 8. What is structure? How to access the elements of structure? How to calculate size of structure? Explain with example. 9. Explain how structure variable is initialized with suitable example. 10. Distinguish between Structure and Union. 11. What is dynamic memory allocation? Explain important functions associated with it. 12. Explain fopen() and its mode with example to write a string into file. 13. Describe file management. And List the various file management functions. 14. Write a program to illustrate the use of fputc( ) and fputs( ).

Question image

Understand the Problem

The question is asking for explanations, examples, and programming concepts related to various topics in computer science, specifically pointers, structures, dynamic memory allocation, and file management. It aims to assess understanding and application of these concepts in programming.

Answer

The document is a syllabus highlighting computer science topics on pointers, structures, and file management.

The document outlines various computer science topics such as pointers, structures, and file management. It includes questions and tasks on pointer operations, structures, dynamic memory allocation, file writing, and more.

Answer for screen readers

The document outlines various computer science topics such as pointers, structures, and file management. It includes questions and tasks on pointer operations, structures, dynamic memory allocation, file writing, and more.

More Information

This syllabus is likely for a course in basic programming concepts, focused on C language constructs like pointers and structures. It also touches on file handling and dynamic memory.

Tips

Make sure to understand memory concepts when dealing with pointers and structures to avoid errors.

AI-generated content may contain errors. Please verify critical information

Thank you for voting!
Use Quizgecko on...
Browser
Browser