code for quick sort?
No Answer is Posted For this Question
Be the First to Post Answer
when user give a number it multiply with 9 without useing '+' and '*' oprator
How can I generate floating-point random numbers?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
Hi, main() { } Is a user defined function or Built in Functionn
Why the use of alloca() is discouraged?
What is the need of structure in c?
what is diffrence between string and character array?
How many bytes are occupied by near, far and huge pointers (dos)?
What will happen when freeing memory twice
Heyyy All, Just a challenge . A C program with if Else if(){ /// insert sumthing print ("in if") // insert sumting } else { ///// insert sumthing print ("in else"); //// insert sumthing } can anyone modify it so that program prints. if and else both
what is the meaning of 'c' language
How to swap 3 numbers without using 4th variable?