can any one tel me wt is the question pattern for NIC exam
No Answer is Posted For this Question
Be the First to Post Answer
how to write optimum code to divide a 50 digit number with a 25 digit number??
What is the value of uninitialized variable in c?
Multiply an Integer Number by 2 Without Using Multiplication Operator
Where in memory are my variables stored?
Differentiate between Macro and ordinary definition.
What is keyword with example?
What is typedef?
What are the uses of pre-processor directives?
What does nil mean in c?
How to write a code for implementing my own printf() and scanf().... Please hep me in this... I need a guidance... Can you give an coding for c... Please also explain about the header files used other than #include<stdio.h>...
Under what circumstances does a name clash occur?
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?