What is the mean of function?
What is volatile variable in c?
c program to arrange digits in a no in ascending and descending order
what is the output of below code int x=8,y; x>>=2; y=x; what is y value. NOTE:EXPLANATION IS COMPALSARY with binary bits
Write a program to show the workingof auto variable.
How do I get an accurate error status return from system on ms-dos?
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
What is use of pointer?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
Can you please compare array with pointer?
Why are all header files not declared in every c program?
what is different between auto and local static? why should we use local static?
Is a pointer a kind of array?