Pages1

C Programing: Practice questions on computing fundamentals

Interview/practice questions on c computing fundamentals.
Magic of formatting specifier with printf.

Answers: computing fundamental with printf

For questions against these answers click here
1. Ans : a
Reason : 51 is the value for ASCII character 3. When we print using "%c" the 51 is
interpreted as the value for the corresponding ASCII character and 3 is printed.

ELF object files and its type

ELF object file:
ELF is common standard file format used for an UNIX of unix like operating systems.
- Object files
- Shared libraries
- Executable files
- Core file( Crash dump)

Types of ELF file :