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

Post New Answer

More C Interview Questions

What are the salient features of c languages?

0 Answers  


Is c# a good language?

0 Answers  


m=++i&&++j(||)k++ printf("%d"i,j,k,m)

1 Answers   ABC,


Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?

0 Answers  


Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.

0 Answers   TCS,






What are the different types of objects used in c?

0 Answers  


What is the mean of this statement:: if(int i=0 * i=9)

2 Answers   HCL,


What is the significance of c program algorithms?

0 Answers  


Write a program to exchange two variaables without temp

9 Answers   Geometric Software,


1. Can we use the for loop this way? for(;i>5;) 2. What is the use of pointers? 3. what is array of pointer? 4. What is the difference between file and database? 5. Define data structure?

1 Answers  


which of 'arrays' or 'pointers' are faster?

5 Answers  


If the size of int data type is two bytes, what is the range of signed int data type?

0 Answers  


Categories