Answer Posted / shruti
the calloc function will allocate memory , and also
initialise the variables to a particular value..
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
Can stdout be forced to print somewhere other than the screen?
Can a file other than a .h file be included with #include?
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
What are the valid places to have keyword “break”?
what are the advantages of a macro over a function?
What does a function declared as pascal do differently?
How to delete a node from linked list w/o using collectons?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
Can the size of an array be declared at runtime?
Is array name a pointer?
How can you convert integers to binary or hexadecimal?
What are global variables and explain how do you declare them?
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
What is use of #include in c?