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 is a buffer in c?

0 Answers  


What is void main () in c?

0 Answers  


Explain data types & how many data types supported by c?

0 Answers  


What are the different types of pointers used in c language?

0 Answers  


#include<stdio.h> #include<conio.h> void main() { int m=0111,n=20; printf("%d%d\n",m,n); getch(); }

1 Answers  






What is the general form of function in c?

0 Answers  


what is Array?

3 Answers  


How do I convert a string to all upper or lower case?

0 Answers  


What is break statement?

0 Answers  


Write a program to print factorial of given number using recursion?

0 Answers  


Difference between null pointer and dangling pointer?

7 Answers   GE, Wipro,


What is the difference b/w Structure & Array?

6 Answers  


Categories