What is the difference between abs() and fabs() functions?
No Answer is Posted For this Question
Be the First to Post Answer
Is it possible to use curly brackets ({}) to enclose single line code in c program?
Write a program to print distinct words in an input along with their count in input in decreasing order of their count
write a program that will read the temperature in Celsius and convert that into Fahrenheit.
How can you find out how much memory is available?
How do you view the path?
Write a c program to find, no of occurance of a given word in a file. The word is case sensitive.
What does 3 mean in texting?
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
Without using main fn and semicolon,print remainder for a given number in C language
How are variables declared in c?
Linked lists -- can you tell me how to check whether a linked list is circular?
What is the output of the below program and how it is? void main() { static int var=5; printf("%d",var--); if(var) main(); }
8 Answers MindFire, TCS, Tech Mahindra,