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

Post New Answer

More C Interview Questions

write a program which will count occurance of a day between two dates.

1 Answers   IonIdea,


Do you know what is the purpose of 'extern' keyword in a function declaration?

0 Answers  


write a program for odd numbers?

15 Answers  


Why isnt any of this standardized in c?

0 Answers  


How many types of errors are there in c language? Explain

0 Answers  






What is a memory leak in structures? How can we rectify that?

2 Answers  


write a code for large nos multilication (upto 200 digits)

2 Answers   Persistent,


When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?

0 Answers  


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?

5 Answers  


number of times a digit is present in a number

0 Answers  


What character terminates all strings composed of character arrays? 1) 0 2) . 3) END

3 Answers  


Categories