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.

  1. 4×Asked in 2022, 2021
    Write a C program to generate following output using graphics functions.Answer coming5
    See the wording in each paper
  2. 2×Asked in 2023, 2020
    Define programming technique. Differentiate between top down and bottom up approach with suitable example.Answer coming5
    See the wording in each paper
  3. 2×Asked in 2024, 2022
    What 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
  4. 2×Asked in 2024, 2020
    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.Answer coming5
    See the wording in each paper