Why do we use return in c?
what's the o/p int main(int n, char *argv[]) { char *s= *++argv; puts(s); exit(0); }
Would you rather wait for the results of a quicksort, a linear search, or a bubble sort on a 200000 element array? 1) Quicksort 2) Linear Search 3) Bubble Sort
Is there a way to compare two structure variables?
Why we use break in c?
Should I learn data structures in c or python?
What is the use of clrscr?
What is C language Terminator?
You have an array of n integers, randomly ordered with value 1 to n-1.The array is such that there is only one and one value occurred twice. How will you find this number?
write a program to find the largest and second largest integer from an array
What does c in a circle mean?
How pointer is different from array?
What is the difference between calloc() and realloc()?