What is cohesion and coupling in c?
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??
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?
What is the translation phases used in c language?
What is the difference between constant pointer and constant variable?
What are nested functions in c?
write a program to rearrange the array such way that all even elements should come first and next come odd
Difference between constant pointer and pointer to a constant.
Explain how can a program be made to print the line number where an error occurs?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
Explain how can I make sure that my program is the only one accessing a file?
How macro execution is faster than function ?
what is the size of an integer variable?