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 the difference between a free-standing and a hosted environment?

0 Answers   Aspire,


How can I implement a delay, or time a users response, with sub-second resolution?

0 Answers  


how we do lcm of two no using c simple if while or for statement

1 Answers  


Describe dynamic data structure in c programming language?

0 Answers  


program for reversing a selected line word by word when multiple lines are given without using strrev

0 Answers   IBM,






typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?

0 Answers   Wilco,


char ch="{'H','I',0};printf("%s",ch);what is output

9 Answers   Accenture,


Write a program of advanced Fibonacci series.

0 Answers   Aspiring Minds,


A MobileNumber is a VIP number if it satisfy the following conditions. The operator should be Vodafone. Atleast one 0 (Zero) should be exist in mobile number. The number should not end with 8. The single digit sum of all the digits in the number should be equal to 9. For example if the number is 9876543210, the sum is 9+8+7+...+1+0 = 45. Sum of 4+5 = 9. Write a method: private boolean isVIPMobileNumber(String mobileNum, String operator) mobileNum phone number operator mobile operator as bsnl, Vodafone

1 Answers  


write c program without semicolon

11 Answers   MindTech, TCS, Wipro,


#include<stdio.h> int main(){ int a[]={1,2,3,5,1}; int *ptr=a+4; int y=ptr-a; printf("%d",y); }

3 Answers   Zoho,


write a program to concatenation the string using switch case?

0 Answers  


Categories