We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2
1. Define keyword with example. 48. What is sentinel value?
2. What is controls string in printf function? 49. Describe End-of-File (EOF).
3. Predict output of any four file opening modes. 50. How is a function activated? 4. Define stream. 51. Define variable initialization. 5. Write the syntax of nested if statement. 52. What is meant by & in the scanf function? 6. Differentiate between for loop and while loop. 53. Describe the purpose of '\0' in strings. 7. What are two types of function arguments? 54. What is a stream? 8. Differentiate scope of local and global variable. 55. Why is the break statement used in a switch 9. Why you should use a default label in switch structure? statement? 56. Here’s the content with sequential numbering and 10. Write syntax of do-while loop. the code written in paste type format: 11. Differentiate between actual and formal parameter. 57. Define nested loop. How does it work? 12. What is scope of local variable? 58. Define function header. 13. What is function definition? 59. How is a function activated? 14. What are any four data types available in MS- 60. Write down the importance of formal parameters. Access? 61. Write down two benefits of user-defined functions. 15. Define string constant. Give an example. 62. What is meant by initializing a variable? 16. Compare getch() and getche(). 63. Why is ampersand (&) used in scanf function? 17. How is a file opened in C language? 64. Define binary stream. 18. Define file pointer. 65. Write usage of file pointer. 19. Why is the break statement used in switch 66. Give examples of two control structures. statements? 67. Differentiate between do-while and while loop. 20. Define infinite loop. 68. Give any two advantages of using a user-defined 21. What is the life time of a local variable? function in C-Language program. 22. Why is the return statement used in a function? 69. What is the purpose of function header and 23. How is a function activated? function prototype? 24. What is the use of formal parameters? 70. Write the syntax of printf() function. 25. What is variable initialization? 71. Define a stream in C-Language. 26. Differentiate between getch() and getche() 72. How are instructions executed in sequential 27. Differentiate between text stream and binary structure? stream. 73. Define loop. 28. What is an EOF? 74. How long does the global variable exist in 29. Why comments are used in a program? memory? 30. What is control string in printf() function? 75. Compare local and global variables. 31. Define text stream. 76. Define function body. 32. What does "a+" mean in file handling? 77. What is a text stream? 33. Define variable. 78. Define a file pointer. 34. What is an array? 79. What is the use of the if-else statement? 35. What is meant by format string? 80. Write the syntax of a for loop. 36. What is control string in printf() function? 81. What is meant by scope of a variable? 37. Define variable. 82. Write the use of the return statement. 38. What is an array? 83. Differentiate between function definition and 39. What is meant by format string? function declaration. 40. What is control string in printf() function? 84. What is the use of formal parameters? 41. Define control structure. 85. Define Type Casting and Its Types. 42. What is sentinel value? 86. Name four escape characters provided by C. 43. Describe unstructured programming. 87. Define text stream. 44. What is a function header? 88. Briefly describe the selection structure. 45. Define actual parameters. 89. Define the purpose of the Goto statement. 46. Write any two benefits of user-defined functions. 90. Define the role of a local variable. 47. Define control structure. 91. What is a user-defined function? 92. Discuss any two benefits of a function. 94. Describe the role of formal parameters. 93. Describe the role of a function call. 95. Differentiate between data and information.