what is develop in c language
Answers were Sorted based on User's Feedback
5. distance conversion: Convert a distance from miles to kilometers .there are 5280 feets per mile,12 inches per foot .2.54 centimeters per inch and 100000centimeters per kilometer
Subtract Two Number Without Using Subtraction Operator
how does the C compiler interpret the following two statements p=p+x; q=q+y; a.p=p+x; q=q+y b.p=p+xq=q+y c.p=p+xq; q=q+y d.p=p+x/q=q+y
main() { float a=3.2e40; printf("%d",a); }
What is the acronym for ansi?
write function to reverse char array ... without using second array
If 4 digits number is input through the keyboard, Write a program to calculate sum of its 1st & 4th digit.
What is the difference between static and global variables?
Explain the advantages and disadvantages of macros.
What is struct node in c?
Difference between pass by reference and pass by value?
How variables are declared in c?