-
-
C Program
What is the output of the following code - What is the output of the following code int i=7;printf("%d", i++ * i++);
-
-
-
Memory Managment
What are the desirable attributes for memory managment?
-
-
-
-
Fridge cost R Rs, cover value is 5, discount d% then its new cost
R-R*d/100-5(1-d/100)
-
-
-
File System Find Command
What is the major expressions used with find command to select file which has been accessed more than 375 days ago?
-
-
-
-
How do you represent a negative number in ones complement?
complement and add 1
-
What is ROM?
read only memory
-
-
What is the maximum no of bananas that can be transported to the city
A camel must travel 15 miles in order to reach the nearest city. She have 45 bananas with her but can carry only 15 at a time . Also she eat 1 banana /mile .Then the maximum no of bananas that can be transported to the city?a) 4 b) 6 c) 8 d) 12
-