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 is c basic?
How can I recover the file name given an open stream?
Write a c program to find, no of occurance of a given word in a file. The word is case sensitive.
write a program in c to find out the sum of digits of a number.but here is a condition that compiler sums the value from left to right....not right to left..
Explain what is the difference between text files and binary files?
Can you tell me how to check whether a linked list is circular?
Find greatest of two numbers using macro
What is undefined behavior?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
N O S I E R + A S T R A L ---------------- 7 2 5 6 1 3
Explain the difference between fopen() and freopen().
an algorithem for the implementation of circular doubly linked list