Sunday, 31 August 2025

C - Assignment

 C Assignment

------------

1. Briefly explain about classification of computers.

2. Explain about the Generations of computers in briefly.  

3. Write about different types of software with example.

4. Components of computer & Differentiate RAM and ROM. 

5. Short notes on C(introduction,features & Applications)

6. Structure of C program with example Programs

7. C Header files, input and output functions

8. What do you mean by variables? How to declare variables in C?Rules for naming a variable

9. C Character set & Escape sequences,Format specifiers

10.C Tokens(Identifier,Keywords,Constant,Operators & separators)

11. Explain about the precedence(Hierarchy) & associativity of arithmetic operators in briefly. 

12. With an example, Briefly explain if and if else statements. 

13. Write down the importance of Switch statement

14. Explain for loop statement

15. difference between break and continue

16. difference between while and do while

17. What are functions? How are they defined and called in C?

18. How to pass pointers to a function in C with an example. 

19. Discuss on the concept of Recursion with suitable example. 

20. What is structure? Differentiate between Structures and Unions with examples.

21. What are pointers? When and why they are used?with examples

22. What are strings? When and why they are used?with examples(string handling function) 

23. File Concept in C 

24. Write a simple program to do the read and write operations of the file with example

25. Define Arrays & Types of arrays,How to Initialize an array? Give an example.


Programs

--------

1. Write a Program in C to generate Fibonacci sequence of given number.

2. Check Prime or not prime

3. Write a Program in C to find the factorial of given number using recursion

4. biggest in three numbers

5. find leap year or not leap year

6. find even or odd number

7. C Program To Arrange Numbers in Ascending Order(sort numbers)

8. check Palindrome or not palindrome

No comments:

Post a Comment

VB Database Connectivity

 Dim con As ADODB.Connection Dim rs As ADODB.Recordset Set con = New ADODB.Connection con.Open ("Provider=Microsoft.Jet.OLEDB.4.0;Data ...