Why is it important to memset a variable, immediately after
allocating memory to it ?
No Answer is Posted For this Question
Be the First to Post Answer
What does the characters “r” and “w” mean when writing programs that will make use of files?
When should volatile modifier be used?
f(x,y,z) { y = y+1; z = z+x; } main() { int a,b; a = 2 b = 2; f(a+b,a,a); print a; } what is the value of 'a' printed
how to impliment 2 or more stacks in a single dimensional array ?
What are Storage Classes in C ?
32 Answers CTS, HP, IBM, Maharaja Whiteline, Tamil Nadu Open University TNOU, TATA, TCS, Wipro,
When should structures be passed by values or by references?
Why is c fast?
struct ptr { int a; char b; int *p; }abc; what is d sizeof structure without using "sizeof" operator??
Why string is used in c?
How do I get a null pointer in my programs?
what is calloc and malloc?
what is diff b/w huge & far & near pointer??