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
How can you tell whether a program was compiled using c versus c++?
can we access one file to one directory?
Write a function that accepts a sentence as a parameter, and returns the same with each of its words reversed. The returned sentence should have 1 blank space between each pair of words. Demonstrate the usage of this function from a main program. Example: Parameter: “jack and jill went up a hill” Return Value: “kcaj dna llij tnew pu a llih”
Which of the following sorts is quickest when sorting the following set: 1 2 3 5 4 1) Quick Sort 2) Bubble Sort 3) Merge Sort
How are variables declared in c?
how to print this sereis 2 4 3 6 5..........?
What happens if a header file is included twice?
what is c?
write a program of bubble sort using pointer?
write a program to find the sum of the array elements in c language?
24 Answers ICT, Infosys, Wipro,
Find the largest number from the given 2 numbers without using any loops and the conditional operator.
What are the different types of C instructions?