What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
No Answer is Posted For this Question
Be the First to Post Answer
which one is highest Priority in c? a)=,b)+,c)++,d)==
What is a union?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
What is struct node in c?
List some of the dynamic data structures in C?
What are # preprocessor operator in c?
code for find determinent of amatrix
How to establish connection with oracle database software from c language?
main() { static int ivar=5; printf("%d",ivar--); if(ivar) main(); }
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
What are two dimensional arrays alternatively called as?
How many bytes are occupied by near, far and huge pointers (dos)?