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

#include main() { int i=1,j=2; switch(i) { case 1: printf("GOOD"); break; case j: printf("BAD"); break; } }

6 Answers   ME,


What are types of functions?

0 Answers  


console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above

0 Answers  


Explain what happens if you free a pointer twice?

0 Answers  


What is file in c language?

0 Answers  


wats the diference btwen constant pointer and pointer to a constant.pls give examples.

9 Answers  


Why void is used in c?

0 Answers  


What is a nested formula?

0 Answers  


how to display 2-D array elements in spiral

2 Answers  


main difference between c and c++ language

1 Answers  


Can you write the function prototype, definition and mention the other requirements.

0 Answers   Adobe,


How do I get a null pointer in my programs?

0 Answers  


Categories