difference between Low, Middle, High Level languages in c ?
No Answer is Posted For this Question
Be the First to Post Answer
What is the importance of c in your views?
to find the closest pair
Why do we need a structure?
code for copying two strings with out strcpy() function.
diff between exptected result and requirement?
Tell me what is null pointer in c?
What is dangling pointer in c?
What is clrscr in c?
Can you please explain the difference between exit() and _exit() function?
What is #ifdef ? What is its application?
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”
write a program to sort the elements in a given array in c language