Which is better between malloc and calloc?
No Answer is Posted For this Question
Be the First to Post Answer
here is a link to download Let_Us_C_-_Yashwant_Kanetkar
The statement, int(*x[]) () what does in indicate?
what are two categories of clint-server application development ?
find largest of 3 no
find out largest elemant of diagonalmatrix
Why is %d used in c?
Is c dynamically typed?
What is include directive in c?
why do we use pointer instead directly acessing the data?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
List the difference between a 'copy constructor' and a 'assignment operator' in C?
i want the code for printing the output as follows 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4