C Programming 2021
Group B
AI is thinking...
Attempt any six questions.[6*5=30]
AI is thinking...
2. Write a C program to generate the following output using loop.[5]
1 0 1 0 1
0 1 0 1
1 0 1
0 1
1
AI is thinking...
3 How will you define pointer? Write a program that illustrate how pointer variable change the value of normal variable.[2+3]
AI is thinking...
4. Write a C program to calculate sum of the natural number up to N number using recursive function.[5]
AI is thinking...
5. Write a C program to to calculate following expressions: .
AI is thinking...
6. Write a C program to copy the contents of a student.txt file into another file called info.txt.[5]
AI is thinking...
7. Why do you use DMA instead of array? Explain DMA with suitable example.[2+3]
AI is thinking...
8. Write a C program to generate following output using graphics functions.
AI is thinking...
Group C
AI is thinking...
Attempt any TWO questions.[2*10=20]
AI is thinking...
9. Write a C program to store the player name, runs scored, wickets taken of 20 cricketers using structure along with pointer then arrange in order of maximum wickets to minimum wickets they had taken.
AI is thinking...
10. Write a C program to generate following series using function:
AI is thinking...
11. Define SDLC. Explain software process models.[2+8]
AI is thinking...