How reliable are floating-point comparisons?
No Answer is Posted For this Question
Be the First to Post Answer
Tell me when is a void pointer used?
What are header files in c?
What is #define?
What is wrong with this program statement? void = 10;
What is a void * in c?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
5 Answers TCS, Vimukti Technologies,
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
What is array within structure?
Tell me can the size of an array be declared at runtime?
write a C program to print the program itself ?!
#include<stdio.h> void main() { int a [5]; for (i=0; i<=4; i++) printf(ā%dā ,a[i]); }
How can you determine the size of an allocated portion of memory?