What is floating point constants?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between c and java?
How do c compilers work?
What is declaration and definition in c?
What does s c mean on snapchat?
write a c program to convert fahrenheit to celsius?
main() { float a=8.8; double b=8.8; if(a==b) printf("Equal"); else printf("not equal"); getch(); } what is the output? with reason
ASCII stands for
What are the basic data types associated with c?
How do we make a global variable accessible across files? Explain the extern keyword?
What is difference between structure and union with example?
What is a far pointer?What is the utility?
Explain how can you restore a redirected standard stream?