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: 5 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-08T09:03:14.000Z (over 1 year ago)
- Last Synced: 2025-02-26T03:01:57.884Z (over 1 year ago)
- Topics: c, interview, md
- Homepage:
- Size: 19 MB
- Stars: 3
- 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