Difference between Shallow copy and Deep copy?
No Answer is Posted For this Question
Be the First to Post Answer
How can you restore a redirected standard stream?
Are there any problems with performing mathematical operations on different variable types?
Can the sizeof operator be used to tell the size of an array passed to a function?
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.
What is the difference between mpi and openmp?
plz answer....A program that takes 3 variables e.g a,b,c in as seperate parameters and rotates the values stored so that value goes a to b, b to c and c to a .
How do you determine a file’s attributes?
How do you print an address?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
write a c program to change only the 3rd bit of the particular number such that other bits are not affected.. if bitnum=10(say.. it can be any no..
void main() { int a=1; while(a++<=1) while(a++<=2); }
how to find binary of number?