#100daysofcode
Read more stories on Hashnode
Articles with this tag
I will get to the code and please keep in mind this code is not for newbie your basics should be clear enough to understand this #include...
In this article, we will see how we can go through an array and find the numbers that are greater than 50 #include <stdio.h> void bigg(int *x); int...
So this article is for people who already know basics of C // program to find biggest number in an array using pointer #include <stdio.h> void...
So here we are now we gonna use two different user-defined functions to make a program. I won't go into the basics of c. This reading is for people...
So in this article, I am simply going to recommend you guys 3 books that can be super useful to cyber security people and I have read 1 of these books...