C Programming. Odt
C Programming. Odt
6. Explain different types of errors with example(syntax error, run time error,
linker error, logical error, semantic error)
7. When we get error message L value recured, and what do you mean by R
value.
26. Explain function declaration, function calling, and function definition with
example.
30. Explain the term pointer and pointer to a pointer with example.
34. What do you mean by local variable and global variable with example.
36. Explain how 1-D and 2-D array Is initialized with example.
44. Difference between global variable and local variable with example.
69. Explian difference bitwise operator (not, and, or, xor, left shift, right shift)
with example.
72. Represent an decimal 8-bit number into its binary representation using
shift operator.
73. Wap that swap to value using bit wise XOR.
76. Define the function fscanf(), fprintf(), fgets(), fputs(), fread(), fwrite().