Question
A trader buys some goods for Rs 150. If the overhead
expenses be 12% of cost price, then at what price should it be sold to earn 10% profit ?Solution
Total CP = (CP + Overhead expenses) => 150 + 12% of 150 => 150 + (12/100) × 150 = Rs.168 Gain = 10% SP = (110/100) × 168 = Rs.184.80
Which command is used to display the current working directory in a Unix-like operating system?
Which symbol is used for logical AND in shell scripting?
Which character is used to denote a single-line comment in a shell script?
OLAP is primarily used for:
In bash, what does trap 'echo Exit' EXIT do?
Which command safely iterates over filenames that may contain spaces and newlines in a shell script?
In shell scripting, which operator is used for string comparison?
Which symbol is used to make a script executable in Linux?
Which symbol is used for variable substitution in shell scripting?
If a program needs to read data from a file, which system call would it typically use?