Analyzing the memory layout for my sample program in Linux Environment. ---------------------------------- #include<stdio.h> int test_g =...
Analyzing the memory layout for my sample program in Linux Environment. ---------------------------------- #include<stdio.h> int test_g...
What is the difference between strcpy & strncpy ? What will be the impact , if NULL value not appended to the end of every string copy ?
How to pass the two dimensional arrays to functions ? What are the ways to implement this type .
Can structures be passed to the functions by value? Why cannot arrays be passed by values to functions? Please explain.
Hello guys, What is the difference between typedef and #define? thanks -kanaks
Let's consider as below, // For the Global Scope only // All declaration Not local inside a fucntion int *ptr; int i_val; static int...
Hi all, I'm little confused. Is it possible to choose number of arguments 'n' for the function "F" in run time? Function 'F' ('n ')...
hi every1, What is the maximum limit for passing arguments to a function ? -thanks
Hi all, What is the difference between the Inline specifier and Macro definition in 'C' ? Illustration with example,helps a lot. regards...
can anyone provide me with some interesting 'C' puzzles to solve ? thanx.
Separate names with a comma.