How reliable are floating-point comparisons?
No Answer is Posted For this Question
Be the First to Post Answer
What is a nested loop?
Program to swap the any two elements in an array containing N number of elements?
1 Answers Bosch, Glenwood, Ugam Solutions,
Write a program to print fibonacci series using recursion?
How can my program discover the complete pathname to the executable from which it was invoked?
HOW DO YOU HANDLE EXCEPTIONS IN C?
write a program that accepts 3 numbers from the user. dispaly the values in a descending order.
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
5 Answers TCS, Vimukti Technologies,
What are types of structure?
which operator is known as dummy operator in c?
How to find the digits truncation when assigning the interger variable to the character variables. like int i=500; char x = i : here we have truncation. how to find this. another ex: i =100; char x=i. here we do not have truncation.
What are the storage classes in C?
Explain high-order bytes.