What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
No Answer is Posted For this Question
Be the First to Post Answer
write a program which will count occurance of a day between two dates.
Do you know what is the purpose of 'extern' keyword in a function declaration?
write a program for odd numbers?
Why isnt any of this standardized in c?
How many types of errors are there in c language? Explain
What is a memory leak in structures? How can we rectify that?
write a code for large nos multilication (upto 200 digits)
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
a.One Cannot Take the address of a Bit Field b.bit fields cannot be arrayed c.Bit-Fields are machine Dependant d.Bit-fields cannot be declared as static Which of the Following Statements are true w.r.t Bit-Fields A)a,b&c B)Only a & b C)Only c D)All
3 Answers Accenture, Digg.com,
How to swap 3 numbers without using 4th variable?
number of times a digit is present in a number
What character terminates all strings composed of character arrays? 1) 0 2) . 3) END