You are on page 1of 2

Computer Programming and Utilization

1. State the difference between entry control loop & exit control loop.
2. List out operators used in C language and explain any four with example.
3. Explain switch statement with examples.
4. Explain enumerated data type with example.
5. Explain goto statement.
6. Describe various types of computer languages and explain its advantages and disadvantages.
7. What is type conversion? Explain implicit and explicit type conversion with example.
8. What do you mean by recursive function? Explain with example.
9. Explain storage classes with example.
10. Explain various types of loop available in 'C' with example.
11. Explain operator precedence and associativity.
12. Explain the difference between compiler and interpreter.
13. Differentiate do-while and while lop with example.
14. Explain conditional operator in C with example.
15. Explain operator precedence in C with example.
16. Differentiate Procedural Language and Object Oriented Language.
17. Explain basic structure of C programs.
18. Explain break, continue statement with example.
19. Explain recursion with example.
20. Explain the difference between break and continue.
21. Explain the difference between '=' and '==' operators.
22. Define Array.
23. Write a program to reverse a given number entered by the user.
24. Write a program to sort elements entered in array in descending order using bubble sort.
25. Differentiate between initialization and assignment.
26. What is algorithm? Write an algorithm to find minimum and maximum no. from 10 elements in
an array.
27. Explain implicit conversion with example.
28. Write a program that takes a string and reverse it.
29. List out operators used in C language and explain with example.
30. What is program? Explain break and continue with example.
31. Why C is called a middle level language?
32. Draw a flowchart and write a program to interchange contents of two numbers.
33. Give syntax and compare goto, continue and break statement.
34. Use of # include C program.
35. What is structure? How do we declare and access structure variables?
36. Explain conditional operators with small example.
37. What is program? Explain break and continue with example.
38. What do you mean by constant in C program language? Explain types of constants in C
language. Explain types of constants in detail.
39. What is pointer? Write a program to do swapping of two elements using pointers.
40. List out categories of function. Explain any one category with example.
41. Explain the concepts of Class, Object, Polymorphism and Inheritance.
42. What inline function? Explain with example.
43. Explain Friend function with example.
44. What is an array? Explain multidimensional array with small sample program in C.
45. How to initialize pointer? Write a program to do swapping of two elements using pointers.
46. Explain inline function. Explain with example.
47. Explain friend function with example.
48. What us an array? Explain multidimensional array with suitable sample program.
49. Define syntax of function in 'C', Write a sample program in to and demonstrate usage of
“Function” with arguments and return values.
50. How to initialize Pointer? Explain arrays of Pointer using suitable sample program.
51. Describe various strings handling operation using sample 'C' program.
52. Explain difference between unions and structures,
53. Explain features of object oriented programming languages,
54. Write short note on Polymorphism.
55. Draw a block diagram of computer and explain each block.

You might also like