What is the difference between exit() and _exit() function?
No Answer is Posted For this Question
Be the First to Post Answer
Given a single Linked list with lakhs of nodes and length unknown how do you optimally delete the nth element from the list?
Why is malloc used?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
i want the code for printing the output as follows 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4
Given an array of characters which form a sentence of words, give an efficient algorithm to reverse the order of the words (not characters) in it?
What are signals in C?
Are pointers integer?
What is a pointer value and address in c?
Explain what is a static function?
how can i get output the following... 5 4 3 2 1 4 3 2 1 3 2 1 2 1 1 and 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 plz plz...
mplementation of stack using any programing language
What are types of functions?