When you call malloc() to allocate memory for a local
pointer, do you have to explicitly free() it?
Answers were Sorted based on User's Feedback
How can I convert integers to binary or hexadecimal?
Does sprintf put null character?
What is the symbol indicated the c-preprocessor?
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
11 Answers HCL, Vector, Vector India, Vector Solutions, Wipro,
What is the purpose of main() function?
What are the types of c language?
out put of printf(“%d”,printf(ram));
What is pointer & why it is used?
how i m write c program 1.check prime number 2.prime number series
what type of errors are checked during compilation
Is a house a mass structure?
How can I make sure that my program is the only one accessing a file?