What is merge sort in c?
No Answer is Posted For this Question
Be the First to Post Answer
A program to allow an input operand and operator from the operator and read on the display and output operand.
void main() { int a[]={1,2,3,4,5},i; for(i=0;i<5;i++) printf("%d",a++); getch(); }
Is a pointer a kind of array?
what is the different between data structure and data type?
what type of errors are checked during compilation
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
What is wrong with this declaration?
How can I recover the file name given an open stream?
How to establish connection with oracle database software from c language?
how can we Declare a variable in c without defining it.
What is a macro?
When the macros gets expanded?