C Programming
Full Marks: 60
Pass Marks: 24
Time: 3 hours
Explain the structure of C-Program with example.
What do you mean by statements? Explain the different types of statement with example.
Explain the relational operator and Increment/decrement operator with example.
What are the four types of control statement use in C programming? Explain.
Explain the functions and its types use in C programming with example.
Write a program to accept 10 numbers and print the sum of these numbers through function.
Explain the use of pointer in C-programming. How can you declare the pointer? Explain with example.
Write a program to accept 10 numbers and soft them with using pointer.
Write a program to read the data file which has following details.
Explain the passing structure to function with example.
OR
Write short notes on: