Answer Posted / anjana devi
calloc will reallocate the memeory created by malloc
| Is This Answer Correct ? | 2 Yes | 12 No |
Post New Answer View All Answers
Explain how can I manipulate strings of multibyte characters?
Write the syntax and purpose of a switch statement in C.
Do pointers store the address of value or the actual value of a variable?
How many types of operators are there in c?
What are lookup tables in c?
how many errors in c explain deply
What functions are in conio h?
What is the purpose of the preprocessor directive error?
Which function in C can be used to append a string to another string?
What is the use of pragma in embedded c?
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
Explain the process of converting a Tree into a Binary Tree.
What are the data types present in c?
What is wrong with this declaration?
What is the modulus operator?