What is boolean in c?


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

Post New Answer

More C Interview Questions

#define min((a),(b)) ((a)<(b))?(a):(b) main() { int i=0,a[20],*ptr; ptr=a; while(min(ptr++,&a[9])<&a[8]) i=i+1; printf("i=%d\n",i);}

3 Answers  


WHAT IS FLOAT?

3 Answers  


wat is output of the following int main() { const int j=2; int i; switch(i) { case 1:break; case j:break; default:break; } }

2 Answers  


write a c program to accept a given integer value and print its value in words

4 Answers   Vernalis, Vernalis Systems,


What is an arrays?

0 Answers  






Write a program to print numbers from 1 to 100 without using loop in c?

0 Answers  


Explain how can you check to see whether a symbol is defined?

0 Answers  


Calculate 1*2*3*____*n using recursive function??

0 Answers  


disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit

0 Answers  


Explain in detail how strset (string handling function works )pls explain it with an example.

1 Answers  


write a c/c++ program that takes a 5 digit number and calculates 2 power that number and prints it?

4 Answers  


Explain how does flowchart help in writing a program?

0 Answers  


Categories