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
Why we not create function inside function.
What is sizeof return in c?
What is dynamic variable in c?
Difference between Shallow copy and Deep copy?
What is function definition in c?
What is the translation phases used in c language?
Write a program to swap two numbers without using the third variable?
hi send me sample aptitude papers of cts?
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
Why is c called a structured programming language?
Is the exit() function same as the return statement? Explain.
what does static variable mean?
What is variables in c?