How can I remove the leading spaces from a string?
No Answer is Posted For this Question
Be the First to Post Answer
How to calculate Total working time using Login and logout?
2 Answers CTS, Cygnus, Infosys, Signal Networks, TCS, Wipro,
HOW DO YOU HANDLE EXCEPTIONS IN C?
Why isnt there a numbered, multi-level break statement to break out
what is a void pointer?
What are the benefits of c language?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
Are pointers integers in c?
You have an array of n integers, randomly ordered with value 1 to n-1.The array is such that there is only one and one value occurred twice. How will you find this number?
can v write main() { main(); } Is it true?
Explain b+ tree?
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.