When you call malloc() to allocate memory for a local
pointer, do you have to explicitly free() it?
Answers were Sorted based on User's Feedback
write the program for maximum of the following numbers? 122,198,290,71,143,325,98
What is pointer and structure in c?
Program to swap the any two elements in an array containing N number of elements?
1 Answers Bosch, Glenwood, Ugam Solutions,
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
Can you write a programmer for FACTORIAL using recursion?
write a programming in c language, 1 3 5 7 9 11
main() { int x=2, y=4 if ((x==2||y==4) x++ y++ if (y==4+1) { x=x+y; } y++; printf("The values of x and y are %d and %d."x,y); } What is the output?
write a program to arrange the contents of a 1D array in ascending order
what is the difference between these initializations? Char a[]=”string”; Char *p=”literal”; Does *p++ increment p, or what it points to?
What are terms in math?
What is encapsulation?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????