Explain modulus operator.
No Answer is Posted For this Question
Be the First to Post Answer
What is variable and explain rules to declare variable in c?
Explain a pre-processor and its advantages.
What does *p++ do? What does it point to?
Are bit fields portable?
What is the difference between test design and test case design?
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?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
Rapunzel walks into the forest of forgetfullness. She meets a Lion who lies on Monday Tuesdays and Wednesdays and meets a rabbit who lies on Thurs fridays and saturdays . On that day both say that "I lied yesterday". What day is it .
main() { intj; while9j<=10) { printf("\n%d",j); j=j+1; } }
program in c to print 1 to 100 without using loop
How we can set and clear bit in a byte using macro function?
how can i get output like this? 1 2 3 4 5 6