What is pivot in c?
No Answer is Posted For this Question
Be the First to Post Answer
Why c is known as a mother language?
Explain About fork()?
How can I delete a file?
Are the variables argc and argv are local to main?
What is use of bit field?
What is the difference between union and structure in c?
what is an array
how to generate the length of a string without using len funtion?
how does the C compiler interpret the following two statements p=p+x; q=q+y; a. p=p+x; q=q+y b. p=p+xq=q+y c. p=p+xq; q=q+y d. p=p+x/q=q+y
Once I have used freopen, how can I get the original stdout (or stdin) back?
all c language question
write a fuction for accepting and replacing lowercase letter to'Z' with out using inline function.