Skip to content

Commit b65cc5f

Browse files
committed
safety push
1 parent ed07d4b commit b65cc5f

File tree

4 files changed

+35
-15
lines changed

4 files changed

+35
-15
lines changed

content/posts/1743682567021-interview-exs/index.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ description: "As I'm ~struggling~ trying to find a job opportunity I have landed
66
tags: ["job", "interview"]
77
---
88

9-
### Disclaimer
9+
### _Disclaimer_
1010
I don't want to reveal the names and positions of the organizations I'm pursuing but this may roughly emerge as I lay the exercises and my attempts.
1111

12-
### Exercises
12+
### Exercise in simple C
13+
1314
Starting of with some basic ones I was asked to write a recursive function that computes the sum of a number with all the smaller ones till zero.
1415
Using the ternary operator we can type a one liner like:
1516
```c
@@ -72,4 +73,8 @@ int main(int argc, const char* argv[], const char* envp[]) {
7273
```
7374
7475
There are also some code not shown here that makes it so that the cli arguments can be converted
75-
and presented as binary and everything can be found [here](./c/main.c).
76+
and presented as binary and everything can be found [here](./c/main.c).
77+
78+
### Exercise in Telecommunications
79+
80+
In this exercise a few examples will be provided regarding residual sync...

0 commit comments

Comments
 (0)