Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

what is diference between return 0 and return NULL??

3 Answers  


What is %lu in c?

0 Answers  


what is the use of getch() function in C program.. difference b/w getch() and getche()??

29 Answers   HCL, IBM, Infosys, TCS, Wipro,


What is wild pointer in c?

0 Answers  


WHAT WILL BE OUTPUT OF BELOW CODE . . AND PLEASE EXPLAIN HOW IT COME .. #include<stdio.h> #include<conio.h> void main() { int k=20; printf("%d%d%d%d",k,k++,++k,k); getch(); }

25 Answers  


Give the output for the following program. #define STYLE1 char main() { typedef char STYLE2; STYLE1 x; STYLE2 y; clrscr(); x=255; y=255; printf("%d %d\n",x,y); }

2 Answers   ADITI,


void main() { int i=5; printf("%d",i+++++i); }

17 Answers   ME,


64/square(4)

1 Answers  


main is a predefined or user define function if user defined why? if predefined whay?

12 Answers   TCS,


Write a program to print distinct words in an input along with their count in input in decreasing order of their count..

1 Answers  


Can a program have multiple main() functions?

1 Answers  


Difference between for loop and while loop?

1 Answers  


Categories