But I can modify it.
I could not get you. :confused:
Sorry I probably clicked the submit button more than once.
Can anybody please tell me how to calculate/find total remaining(unused/free) memory in the system(using any functions)? Thanks Iqbal
Please look at the following code snippets: char str[]="abcd"; // Gets stored in stack frame. char *str="abcd"; // Where does this gets...
It is not allowed to declare a variable of same structure type but it is allowed to declare a pointer. For example, struct node { int...
Separate names with a comma.