code for quick sort?
No Answer is Posted For this Question
Be the First to Post Answer
C program to read the integer and calculate sum and average using single dimensional array
Difference between linking and loading?
Can variables be declared anywhere in c?
WHOT IS CHAR?
What are inbuilt functions in c?
What is a void pointer? When is a void pointer used?
How can I generate floating-point random numbers?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
How does placing some code lines between the comment symbol help in debugging the code?
How arrays can be passed to a user defined function
1) int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain the explain the output
What is external variable in c?