why we are using float in C
Answers were Sorted based on User's Feedback
a program that can input number of records and can view it again the record
Explain what is wrong with this program statement? Void = 10;
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
can we have joblib in a proc ?
Write a C program to find the smallest of three integers, without using any of the comparision operators.
How can I sort more data than will fit in memory?
What is a list in c?
Why c is procedure oriented?
How can I get Single byte from 'int' type variable? Can we alter single bit or multiple bits in int type variable? if so, How?
program for following output using for loop? 1 2 3 4 5 2 3 4 5 3 4 5 4 5 5
How many keywords are there in c?
What is the difference between exit() and _exit()?