Explain the priority queues?
No Answer is Posted For this Question
Be the First to Post Answer
what is ans for this scanf(%%d",c);
how can we use static and extern?and where can we use this?
Would you rather wait for the results of a quicksort, a linear search, or a bubble sort on a 200000 element array? 1) Quicksort 2) Linear Search 3) Bubble Sort
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? Upload a C program to demonstrate the behaviour of the game.
write a program for fibonaci series by using while loop in c?
write a program to print calender using for loop.
Why header files are used?
what is pointer?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
How to print "Hi World" without using semi colon?
code for quick sort?
Why is c platform dependent?