User profile: nima0102

User info
User name:nima0102
History
Joined:
Number of posts:37
Latest posts:

Address of Pointer is fixed in every execution
Hi In my program address of pointers is fixed in every execution. for example: pointer A is "0x6...

Static Key, Value
Hi I need to one static small Key,Value table that I can search based on Key,for example in functio...

Passing Array to function
Hi Thanks for your quick reply. But my code has been compiled with gcc on linux!!

Passing Array to function
Hi In my sample code : [code]#include <stdio.h> void Print_My_String (const char My_String[0]) ...

Code Graph Call Stack
After Some search on google I found one tool that creates flow chart and Call function from source c...