What math functions are available for integers? For floating point?
No Answer is Posted For this Question
Be the First to Post Answer
how to execute with out main in cprogram
convert 0.9375 to binary
read the folllowing code # define MAX 100 # define MIN 100 .... .... if(x>MAX) x=1; else if(x<MIN) x=-1; x=50; if the initial value of x=200,what is the vlaue after executing this code? a.200 b.1 c.-1 d.50
find largest element in array w/o using sorting techniques.
Explain what does it mean when a pointer is used in an if statement?
where are auto variables stored? What are the characteristics of an auto variable?
Why isn't any of this standardized in c? Any real program has to do some of these things.
What is the output for the following program #include<stdio.h> main() { char a[5][5],flag; a[0][0]='A'; flag=((a==*a)&&(*a==a[0])); printf("%d\n",flag); }
what are far pointers?
Please write the area of a RIGHT ANGLED TRIANGLE.
how to execute a program using if else condition and the output should enter number and the number is odd only...
Difference between exit() and _exit() function?