what will happen if you free a pointer twice after
allocating memory dynamically ?
Answers were Sorted based on User's Feedback
What is variable initialization and why is it important?
Difference between strcpy() and memcpy() function?
How can I automatically locate a programs configuration files in the same directory as the executable?
please tell me the logic for this C program : INPUT (string):ABCD OUTPUT :BCDA CDAB DABC
When was c language developed?
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
11 Answers HCL, Vector, Vector India, Vector Solutions, Wipro,
int x=sizeof(!5.856); What will value of variable x?
What is bss in c?
what is the difference b/w compiler and debugger?
ratio,age,persentage
Is register a keyword in c?
explain what are pointers?