Differentiate abs() function from fabs() function.
No Answer is Posted For this Question
Be the First to Post Answer
What is c++ used for today?
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
What is the difference between int main and void main?
Find the output? void main() {float a=2.0; printf("\nSize of a ::%d",sizeof(a)); printf("\nSize of 2.0 ::%d",sizeof(2.0));}
11 Answers IBM, TCS,
What does %d do in c?
Why do we use int main?
How to develop software using "c" programming?
How can I convert a number to a string?
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
Write a program to exchange two variaables without temp
Write a program using bitwise operators to invert even bits of a given number.