Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harrymadison297/c-programming-interview
C programming interview Q&A prepare
https://github.com/harrymadison297/c-programming-interview
c interview md
Last synced: 3 months ago
JSON representation
C programming interview Q&A prepare
- Host: GitHub
- URL: https://github.com/harrymadison297/c-programming-interview
- Owner: harrymadison297
- Created: 2024-10-08T03:09:52.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-08T09:03:14.000Z (3 months ago)
- Last Synced: 2024-10-19T13:37:40.012Z (3 months ago)
- Topics: c, interview, md
- Homepage:
- Size: 19 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C-Programming-Interview
C programming interview prepare question and document for Viettel Embedded Linux Interview## C Preprocessor and C Compiler
[Interview Question](/C-Questions/PreprocessorAndCompiler.md)
[Slide](/Slide/SeminarC_ThiPham.pdf)## C Memory
[Interview Question](/C-Questions/PreprocessorAndCompiler.md)
[Slide](/Slide/SeminarC_ThiPham.pdf)## C Variable and operator
[Interview Question](/C-Questions/VariableAndOperator.md)
[Slide](/Slide/C_Seminar_TrinhCuong.pptx)## C Pointer & Array
## C Function, inline function, marco
## C Struct, Union, Enum