Guess Paper 2023
Guess Paper 2023
26. how to declare comments in c. one line comment and paragraph comment
27. explain printf function in c with example program
28. explain format specifiers in printf function in c with example program
29. explain escape sequence in printf function in c using a program
30. differentiate between character in put function fetch and getche() in c
31. what are scanf function in c. what is syntax of scanf function
32. explain if statement in c using an example diagram and program
33. explain if-else statement in C using an example diagram and program
34. explain nested if statement in c using an example diagram and program
35. explain switch statement in c using an example program
36. write syntax and flowchart of switch statement
37. explain conditional operator in c using an example program
38. explain while loop in c using an example diagram and program – flowchart -syntax.
39. explain do-while loop. Working, flowchart, syntax
40. differentiate between while and do while loop
41. explain nested loop in c using an example progam
42. write a program in C to find avg marks of students. Any question of that type
43. explain goto statement in c. why we use goto statement. Give an example with
program
44. differentiate between unstructured and structured programing language
45. explain importance of functions in C
46. explain types of functions in C
47. explain function format in C using an example
48. write a C Function and use it in an example program
49. explain local variables and their scope in C using an Example
50. explain global variables and their scope in c Using an example
51. differentiate between local and Global Variables
52. explain functions with arguments and functions without arguments in C using an
example
53. explain functions in arguments and return value in c
54. Explain stream, Text stream and binary stream in C
55. Explain newline and EOF marker in C
56. Explain file Opening and its modes in c
57. Explain the file pointer in C using an example program
58. Explain reading and writing characters in a file using an example program
59. Explain string handling in C using an example program
60. Explain formatted On text files using a C example Program
Long Questions:
1. Describe data modeling, its ingredients, cardinality and modality