What is malloc() function?
No Answer is Posted For this Question
Be the First to Post Answer
What is storage class?
What is Generic pointer? What is the purpose of Generic pointer? Where it is used?
union { char ch[10]; short s; }test; test.s = 0xabcd; main() { printf("%d",ch[10]); }
Is the exit() function same as the return statement? Explain.
0 Answers Agilent, ZS Associates,
Write a pro-gramme to determine whether the number is even or odd?
consagous technology placement paper
which operator is known as dummy operator in c?
Do you know the difference between malloc() and calloc() function?
My teacher ask to make a program that can: Insert record in front Insert record at the end Insert in between Search node record Delete record in front Delete record at the end Delete record in between Using Data structure Linked List type. But I'm really confused about the codes and I can't go through. Please help Thanks in advance. Also here is my unfinished code if someone can make changes it will be more good.
What is pointer and structure in c?
How can you be sure that a program follows the ANSI C standard?
What is Memory leakage ?