what are bit fields? What is the use of bit fields in a
structure declaration?
No Answer is Posted For this Question
Be the First to Post Answer
program to find middle element of linklist?
How do you define a function?
void main() { char c; while(c=getchar()!='\n') printf("%d",c); } o/p=11 why?
what is the advantage of software development
what are the general concepts of c and c++
There are N egg baskets and the number of eggs in each basket is a known quantity. Two players take turns to remove these eggs from the baskets. On each turn, a player must remove at least one egg, and may remove any number of eggs provided they all belong to the same basket. The player picking the last egg(s) wins the game. If you are allowed to decide who is going to start first, what mathematical function would you use to decide so that you end up on the winning side?
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
What is an auto keyword in c?
What is an object?
How would you sort a linked list?
Write a program for print infinite numbers