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

How many keywords are there in c?

0 Answers  


What type is sizeof?

0 Answers  


2. Write a function called hms_to_secs() that takes three int values—for hours, minutes, and seconds—as arguments, and returns the equivalent time in seconds.. Create a program that exercises this function by repeatedly obtaining a time value in hours, minutes, and seconds from the user (format 12:59:59), calling the function, and displaying the value of seconds it returns.

5 Answers   TCS,


Write a program for print infinite numbers

3 Answers   Wipro,


What is c language and why we use it?

0 Answers  


What is 2 d array in c?

0 Answers  


what is void pointer?

1 Answers   Wipro,


What are the header files used in c language?

0 Answers  


Explain what is wrong with this program statement? Void = 10;

0 Answers  


Write a progarm to find the length of string using switch case?

0 Answers   TCS,


What is ambagious result in C? explain with an example.

0 Answers   Infosys,


Can a binary search tree be used as an index? If yes, how? Explain

0 Answers   TCS,


Categories