Is boolean a datatype in c?


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

Post New Answer

More C Interview Questions

What do the functions atoi(), itoa() and gcvt() do?

0 Answers   Aspire, Infogain,


Is it possible to pass an entire structure to functions?

0 Answers  


implement NAND gate logic in C code without using any bitwise operatior.

4 Answers   Alcatel,


Do array subscripts always start with zero?

0 Answers  


What are the salient features of c languages?

0 Answers  






What's the difference between struct x1 { ... }; and typedef struct { ... } x2; ?

3 Answers  


To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9

0 Answers   HCL,


how to write a bubble sort program without using temporary variable?

1 Answers   Aricent,


Write a c program to build a heap method using Pointer to function and pointer to structure ?

0 Answers   MAHINDRA, Protech, Sivan Tech,


Would you rather wait for the results of a quicksort, a linear search, or a bubble sort on a 200000 element array? 1) Quicksort 2) Linear Search 3) Bubble Sort

3 Answers  


what is the use of ~ in c lang?????

3 Answers  


What is a pointer value and address in c?

0 Answers  


Categories