How can you determine the maximum value that a numeric variable can hold?
No Answer is Posted For this Question
Be the First to Post Answer
Function to find the given number is a power of 2 or not?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
what does the following function print? func(int i) { if(i%2)return 0; eale return 1; } main() { int =3; i=func(i); i=func(i); printf("%d",i);}
What is the most efficient way to store flag values?
Why do we use int main instead of void main in c?
what is the difference between : func (int list[], ...) or func (int *list , ....) - what is the difference if list is an array and if also if list is a pointer
how does the for loop work actually..suppose for the following program how it ll work plz explain to me for(i=5;i>=0;i--) prinf(i--);
How can I find out how much free space is available on disk?
What is strcmp in c?
Why is %d used in c?
Ca some one please help me with aC code to allow user enter numbers from 1 to 20 without repeating and prnt the sum of those numbers thnx
How can I find out how much memory is available?