What is the right type to use for boolean values in c? Is there a standard type?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

write a C program to print the program itself ?!

16 Answers   TCS,


Is c a great language, or what?

0 Answers  


What is function what are the types of function?

0 Answers  


a number is perfect if it is equal to the sum of its proper divisor.. 6 is perfect number coz its proper divisors are 1,2 and three.. and 1+2+3=6... a number is deficient if the sum of its proper divisor is less than the number.. sample: 8 is deficient, coz its proper divisors are 1,2 and 4, and 1+2+4=7. abundant number, if the sum of its proper divisor is greater than the number.. sample..12 is abundant coz 1+2+3+4+6=16 which is geater than 12. now write a program that prompts the user for a number, then determines whether the number is perfect,deficient and abundant..

1 Answers  


What is far pointer in c?

0 Answers  






What is the method to save data in stack data structure type?

0 Answers  


How can you access memory located at a certain address?

0 Answers  


What is a stream?

0 Answers  


how to find your architecture is LittleEndian or BigEndian?

1 Answers  


array of pointer pointer to array pointer to pointer

1 Answers   MAHINDRA,


What will be your course of action for a push operation?

0 Answers  


What are all different types of pointers in c?

0 Answers  


Categories