C language Stuff

Pages

▼
Wednesday, June 24, 2015

Comparing Username Stored in File in C

›
I got a request to read the username from file and compare the same . Here is the code for the same : #include<stdio.h> #include...
2 comments:
Tuesday, January 27, 2015

Format Specifiers in C

›
Let us take a look at some format specifiers used in printf which are necessary to format the output..... %x --> prints an   int   in ...

Calling conventions in C

›
What is the calling convention? When a function is called, the arguments are typically passed to it, and the return value is retrieved. ...
Wednesday, December 18, 2013

How to translate C source code into assembly instruction for a function

›
Converting the function source code into the assembly is not a big deal , it is just a matter of 3 simple steps: 1.) Identifying ...
Sunday, October 13, 2013

Stack Flow in function calls in C

›
Today I am going to start a topic on how the stack works when we call a functions in c , how the function calls are executed internall...
›
Home
View web version
Powered by Blogger.