What is bubble sort in c?
No Answer is Posted For this Question
Be the First to Post Answer
Why is malloc used?
What are the types of bitwise operator?
Explain Basic concepts of C language?
Is it better to use a macro or a function?
What are the application of c?
print out put like this form 1 2 3 4 5 6 3 5 7 9 11 8 12 16 20
what is the diff b/w static and non static variables in C. Give some examples plz.
Explain what is the general form of a c program?
errors in computer programmes are called
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
How can I find out the size of a file, prior to reading it in?
I have a function which accepts, and is supposed to initialize,a pointer, but the pointer in the caller remains unchanged.