What is quick sort in c?
No Answer is Posted For this Question
Be the First to Post Answer
Why is c called "mother" language?
How is a null pointer different from a dangling pointer?
compare array with pointer?
what is the difference between declaration and definition of a variable or function ?
which one of follwoing will read a character from keyboard and store in c a)c=getc() b)c=getchar() c)c=getchar(stdin) d)getc(&c) e)none
what is printf
int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
What is 'bus error'?
Describe advantages and disadvantages of the various stock sorting algorithms
What do you mean by Recursion Function?
Why does not c have an exponentiation operator?