PART 1 ยท In the following series of blogs, I will show game programming is done using C programming. SDL is API used for game development in C.SDL is...
I started interview prep playlist of leetcode called blind - 75 and took Dynamic programming topic for solving and came across this problem climbing...
1.What is subroutine? => Subroutine is repeatative block of code for example sort function. 2.Why and how we use subroutine? => We place this...
This is article is writeup of a question named make multiple from codechef contest starters...
Compilers convert C code into Instructions HEAP Whenever you use malloc or calloc or global or static variable we use the memory of...
Whenever we call function there is big hand of low level in this process.First address where this code of function is present is calculated as...