code for quick sort?
No Answer is Posted For this Question
Be the First to Post Answer
How do you access command-line arguments?
What is the use of function overloading in C?
What are high level languages like C and FORTRAN also known as?
4)What would be the output? main() { int num=425; pf("%d",pf("%d",num)); } a)Comp error b)4425 c)4253 d)3435 e)none
What are file streams?
How do I read the arrow keys? What about function keys?
What are the uses of pre-processor directives?
why integer range between -327680to+32767
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
How do you print an address?
What is c system32 taskhostw exe?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above