Sei sulla pagina 1di 5

C LANGUAGE DAY WISE

IMPORTANT QUESTIONS

22/11/2019

1.Explain various Computing Environments

2. Discuss about different computer languages with examples.

23/11/2019

3.Explain about variables used in clangugage

4.Explain about various constants used in c language.

24/11/2019

5. Explain about different storage classes with examples. Discuss their uses and scope.

6.Explain about type qualifiers in c language.

25/11/2019

7Explain about expressions used in c language.

8. Write the importance of precedence and associativity? write the table for operator
precedence.

26/11/2019

9. What is meant by type conversion? Why is necessary? Explain about implicit and explicit
type conversion with examples.

10. Explain about command line arguments

27/11/2019
11. Explain different bitwise operators available in C with examples

12. Explain different shift operators available in C with examples

28/11/2019

13. Explain relational and logical operators with examples

14. What are selection statements? What is the necessity of selection statements?
Explain.

29/11/2019

15. Explain in details about multi-way selection statements with example

16. What is meant by pretest and posttest loop?

30/11/2019

17. Give the differences between entry controlled and exit controlled loops.

18. Explain different looping statements with syntax and examples.

1/12/2019

19. What is the need of do-while and while loops? Discuss about their usage.
Distinguish between them.

2/12/2019

20. Write about nested for loop statement with examples.


21. How do you initialize arrays in C programming?
3/12/2019
22. Explain how arrays are passed as function arguments. Write a C program to add
two 2-dimensional arrays using the concept of arrays as function arguments.
4/12/2019
23. What are the need arrays in C programming?
24. Illustrate different ways of declaring and initializing arrays and string variables.
5/12/2019
25. Explain how arrays are passed as function arguments with an example.
26. What is Array? Discuss about the initialization and accessing of array elements in one
dimensional and two dimensional arrays.
6/12/2019
27. What is an array? What are the disadvantages in implementing arrays in C language?
Discuss problems for implementing of multi-dimensional arrays in C language.
28 What is an array? How to initialize, accessing, and print the array elements?
7/12/2019
29. Explain different types of string handling functions with example.
30. Explain following string handling functions with example:
(i) strrev( ) (ii) strncmp( ) (iii) strncat( ) (iv) strcmpi(
8/12/2019
31. What is string? Explain about declaration and initialization of string in 'C'. How
strings are displayed with different formats? Explain with examples.
32 Explain different string manipulation functions with example.
9/12/2019
33.Explain about typedef in clanguage.
34.Explain about enumerated datatypes in clanguage.
10/12/2019
35. Explain in detail about array of structure and pointer to structure with example.
36. Explain nested structure and self referential structure with an example.
11/12/2019
37. What is the need of nested structures? Explain with one example.
38. Define a structure. Describe how to declare and initialize structure and its
members with an example.
12/12/2019
39. Explain about structure and union with examples.
40. Explain how to access the elements of a union with an example.
13/12/2019
41. How to initialize and access pointer variable? Explain pointer to a function with
example.
42. Explain the arithmetic operations on pointers with example.
14/12/2019
43. What is dangling pointer?
44. Explain the following dynamic memory management functions with example:
(i) malloc( ) (ii) calloc( ) (iii) realloc( ) (iv) free( )
15/12/2019
45.Explain about L value and R value in pointers.
46. What are the different ways of passing parameters to the function? Explain
16/12/2019
47 What is type casting? Name the inbuilt typecasting functions available in C
language. What is the difference between type casting and type conversion?
17/12/2019
49. How to initialize and access pointer variable? Explain pointer to a function with
example.
50. Discuss about call by reference and call by value with an example.
18/12/2019
51.What is a function? What are the uses of functions? Discuss the rules followed to
call a function.
52. How to pass structure variable to functions? Explain with example
19/12/2019
53. Explain about the actual arguments and formal argument in functions. What is the
difference between these arguments? Explain the rules to call a function in a main function.
54.Explain User Defined Functions,
20/12/2019
55 Explain Passing Array to Functions,
56.Explain Passing Pointers to Functions,
21/12/2019
57.Explian Recursion
58. Explain the following functions in files:
(i) fseek( ) (ii) ftell( ) (iii) rewind( ) (iv) fopen( ) (v) fclose( ) (vi) foef( )
22/12/2019
59. Distinguish between an append mode and write mode in files.

Potrebbero piacerti anche