Proscenium stage
See Answer →Playwright
See Answer →Explain the importance of Apiculture and Beekeeping as an enterprise. Discuss its role in crop pollination, rural livelihoods, and income generation.
See Answer →
Why is soybean known as the 'wonder crop'? Describe the climatic requirements and suitable growing conditions for soybean crop.
See Answer →
Explain the complete package of practices for rice cultivation including climatic requirements, land preparation, nutrient management, pest control, harvesting, and threshing.
See Answer →
What are pest epidemics in agriculture? Explain the causes and effects of pesticide residues in crops, and their consequences on human health and the environment.
See Answer →
Describe the concept and components of Integrated Plant Nutrition Management (IPNM). How does it help in maintaining long-term soil fertility and productivity?
See Answer →
What is Participatory Irrigation Management (PIM)? Discuss its objectives, principles, and benefits in agricultural water use.
See Answer →
Explain the various soil and water conservation measures adopted in agriculture for ensuring sustainable farming.
See Answer →Write in details about Mauryan and Shunga Sculptures.
See Answer →
Write an essay on Mughal Miniature painting and its techniques with examples.
See Answer →
What are header files in C? Write a C program that uses a macro to convert Celsius to Fahrenheit and vice versa. Use conditional compilation to enable/disable each conversion. Discuss the significance of preprocessor directives.
See Answer →What is a structure in C? Define a structure for an Employee containing emp_id, name, department, and salary. Write functions to:
- Input employee data
- Display all records
- Find employees with the highest salary
- Calculate average salary department-wise
Explain dynamic memory allocation in C. Write a C program to dynamically allocate memory to store a list of numbers and then compute their sum and standard deviation. Free the memory after use. Discuss memory management in your explanation.
See Answer →Without using built-in string functions, write a menu-driven C program using switch-case to perform the following on two strings:
(i) Count the number of vowels in each string
(ii) Check whether both strings are palindromes
(iii) Replace a character with another
(iv) Find the frequency of each character
See Answer →
Write a C program to multiply two matrices A and B (of size N×N) and store the result in matrix C. Also, check whether the result is a diagonal matrix.
See Answer →