What is the difference between functions abs() and fabs()?
No Answer is Posted For this Question
Be the First to Post Answer
how can i sort numbers from ascending order and descending order using turbo c..
What are the different categories of functions in c?
When should the volatile modifier be used?
What is a void * in c?
What is the meaning of int *x[]();?
Without Computer networks, Computers will be half the use. Comment.
What does a run-time "null pointer assignment" error mean?
Write a program in c to print 1 121 12321 1234321 123454321
11 Answers ANR, College School Exams Tests, Mu Sigma, Wipro,
What does the function toupper() do?
What is the easiest sorting method to use?
What will be the result of the following program? main() { char p[]="String"; int x=0; if(p=="String") { printf("Pass 1"); if(p[sizeof(p)-2]=='g') printf("Pass 2"); else printf("Fail 2"); } else { printf("Fail 1"); if(p[sizeof(p)-2]=='g') printf("Pass 2"); else printf("Fail 2"); } } a) Pass 1, Pass 2 b) Fail 1, Fail 2 c) Pass 1, Fail 2 d) Fail 1, Pass 2 e) syntax error during compilation
How to Clear last bit if it 1 using Macro TURN_OFF_BIT_LAST