What is a null string in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a c prog for removing duplicate character from an array and sorting remaining elements using a single array
What does d mean?
Under what circumstances does a name clash occur?
where are auto variables stored? What are the characteristics of an auto variable?
What is macro?
what is the difference b/w NULL and null?
What is the difference between ++a and a++?
What is the difference between array and linked list in c?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
What is size of union in c?
Code for calculating square root without using library function, of math.h
What is meant by 'bit masking'?