Explain enumerated types.
No Answer is Posted For this Question
Be the First to Post Answer
can any one tell that i have a variable which is declared as static but i want this variable to be visible to the other files? how?
what is the purpose of the code, and is there any problem with it. bool f( uint n ) { return (n & (n-1)) == 0; }
What kind of structure is a house?
how to get the starting address of file stored in harddisk through 'C'program.
is it possible to create your own header files?
Write a program to print numbers from 1 to 100 without using loop in c?
In the following control structure which is faster? 1.Switch 2.If-else and which consumes more memory?
What is the most efficient way to count the number of bits which are set in a value?
Which is the best website to learn c programming?
what is a non volatile key word in c language?
main() { int x=10,y=15; x=x++; y=++y; printf("%d %d\n",x,y); } output??
19 Answers EBS, Ramco, Sangwin, TCS,
Why is this loop always executing once?