You are on page 1of 2

Q1. Enlist the features of C Programming language.

Q2. Differentiate between algorithm and flowchart with suitable example.

Q3. What are the basic building blocks of program development in c language?

Q4. Solve the following expression using precedence and associativity for the values of
a=1,b=2,c=3,d=4,e=4,f=5,g=6,h=7

X=a*b/c –d+e/f*g-h

Q5. Differentiate between while and do while loop with example.

Q6. Differentiate between break and continue statement.

Q7. Explain different types of loop with comparison?

Q8. Compare if else structure and switch statement with example.

Q9. Explain different type of storage classes with use.

Q10.Differentiate between formatted and un formatted function.

Q11.Define the term function prototype?Explain the advantages of a function.

Q12. Differentiate between call by value and call by reference with an example.

Q13. Can we pass an array as function argument?if yes explain with example.

Q14. Give the similarity and difference between pointer and array.

Q15. Explain different function that can be performed on matrix or 2D array.

Q16. Write a program to search an integer from the integer array.

Q17.How are structures different from unions in C?

Q18.Write a program to search a character from entered string using bubble sort.

Q19.Explain any five build in function from string library with the prototype and use.

Q20. Explain different type of pointers with example.

Q21. Elaborate different arithmetic operation feasible on pointers.

Q22.Can we have pointer as an argument to function? If yes ,explain with example.

Q23. Explain different function used in dynamic memory allocation with the prototype.

Q24.Create a dynamic array of floats and find the average of array.


Q25.Define structures with example and give its advantages.

Q26. Explain different operation feasible on structures.

Q27. Explain different methods to pass structure as an argument to function.

Q28. Differentiate between nested structure and self-referential structure.

Q29. Differentiate between structures and union with example.

Q30.Define the term FILE? differentiate between text and binary file?

Q31. Explain different modes to open a file.

Q32. Explain different function for random access of file with the prototype.

Q33. Define the term macro with an example.

Q34. Differentiate between macro and function with example.

You might also like