How reliable are floating-point comparisons?
No Answer is Posted For this Question
Be the First to Post Answer
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
main() { float f1=10.5; double db1=10.5 if(f1==db1) printf("a"); else printf("b") }
how to swap 4 number without using temporary number?
How to draw the flowchart for structure programs?
What is self-referential structure in c programming?
What is the difference between procedural and declarative language?
what is a function pointer and how all to declare ,define and implement it ???
Is c dynamically typed?
write C code to reverse a string such that if i/p is "abc defg hij klmno pqrs tuv wxyz" and the o/p should be "cba gfed jih onmlk srqp vut zyxw"
Write a program to print a (*)pattern programming (A to Z) in capital in one programming ?
Can you please explain the difference between syntax vs logical error?
the number 138 is called well ordered number because the three digits in the number (1,3,8) increase from left to right (1<3<8). the number 365 is not well ordered coz 6 is larger than 5. write a program that wull find and display all possible three digit well ordered numbers. sample: 123,124,125,126,127,128,129,134 ,135,136,137,138,139,145,146,147 148 149,156.......789