CACS151 C Programming
C Programming: most repeated questions
Questions that have come up in more than one paper, matched by what they ask rather than exact wording. Most repeated first.
- 4×Asked in 2022, 2021Write a C program to generate following output using graphics functions.Answer coming5
See the wording in each paper
- Write a C program to generate following output using graphics functions.TU Board 2022
- Write a C program to generate the following output using loop. 10101 0101 101 01 1TU Board 2022
- Define an array? Write a program to generate the following output using loop. 1 12 123 1234 12345TU Board 2021
- Write a C program to generate the following output using graphics functions.TU Board 2021
- 2×Asked in 2023, 2020Define programming technique. Differentiate between top down and bottom up approach with suitable example.Answer coming5
See the wording in each paper
- 2×Asked in 2024, 2022What is the difference between a binary file and a text file? Write a C program to copy the contents of a student.txt file into another file called info.txt.Answer coming5
See the wording in each paper
- 2×Asked in 2024, 2020What is the use of initgraph() in the C program? Write a C program to draw a circle, rectangle and ellipse using the graphics functions with a green background and red foreground.Answer coming5
See the wording in each paper
- What is the use of initgraph() in the C program? Write a C program to draw a circle, rectangle and ellipse using the graphics functions with a green background and red foreground.TU Board 2024
- What is the use of initgraph() in C program? Write a program to draw line and circle and rectangle using graphic function.TU Board 2020