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

What the different types of arrays in c?

0 Answers  


what is difference between ++(*p) and (*p)++

17 Answers   Accenture, HCL, IBM,


What are the valid places to have keyword “break”?

0 Answers  


While(1) { } when this loop get terminate is it a infinite loop?

5 Answers  


What is true about the following C Functions (a) Need not return any value (b) Should always return an integer (c) Should always return a float (d) Should always return more than one value

2 Answers   DynPro, TCS,






what is the meaning of 'c' language

3 Answers  


What is adt in c programming?

0 Answers  


how can I convert a string to a number?

0 Answers  


How many levels of pointers have?

0 Answers  


program to find the magic square

1 Answers   Infosys,


main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); } what is the output?

7 Answers   AMCAT, HCL, Ramco, Zycus Infotech,


Explain pointers in c programming?

0 Answers  


Categories