char *p="name";
printf(p);
Describe the header file and its usage in c programming?
What does struct node * mean?
Is it better to use a macro or a function?
How to set a variable in the environment list?
What is local and global variable in c?
State the difference between realloc and free.
What is meant by gets in c?
what is purpose of fflush(stdin) function
Explain bitwise shift operators?
why should i select you?
Difference between pass by reference and pass by value?
What does the && operator do in a program code?