What is the right type to use for boolean values in c?


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

Post New Answer

More C Interview Questions

Difference between data structure and data base.

7 Answers   CTS, Value Labs, Zoho,


What 'lex' does?

0 Answers   Tech Mahindra,


write the program for prime numbers?

73 Answers   Accenture, Aptech, Infosys, TCS,


#include <stdio.h> int main() { int i; for (i=0;i<3;++i) { fork();fork(); } } How many processes are created when running this program (including the initial one)? Explain &#1567;&#1567;&#1567;

4 Answers  


Write a program that his output 1 12 123

0 Answers  






In which language linux is written?

0 Answers  


do you think its fraud or original company?

0 Answers  


How can I determine whether a machines byte order is big-endian or little-endian?

0 Answers  


Write a C Programm.. we press 'a' , it shows the albhabetical number is 1, if we press 'g' it shows the answer 7.. any can help me

7 Answers  


design and implement a program that reads floating-points numbers in a sentinel-controlled loop until the user terminates the program by entering zero.your program should determinate and print the smallest,largest and average of the supplied numbers.

2 Answers  


What math functions are available for integers? For floating point?

0 Answers  


What is selection sort in c?

0 Answers  


Categories