Start learning 50% faster. Sign in now
Let, the cost price of the item be Rs. '100x'. Initial selling price of the item = 1.06 X 100x = Rs. '106x' ATQ, 106x - 5760 = 0.9 X 100x Or, 106x - 5760 = 90x Or, 16x = 5760 Or, x = (5760/16) = 360 So, the cost price of the item = 100x = 100 x 360 = Rs. 36,000
What is the output of the following Python code snippet?
x = [1, 2, 3]
y = x
x.append(4)
print(y)
If a tree is of 4 level how many elements are present in it?
the functions of data warehouse tools and utilities.
In a compiler, keywords of a language are recognized during
In the _____ traversal we process all of the vertex descendant before we move to an adjacent vertex.
In syntax-directed translation, what are attributes associated with?
What CSS describes?
Which is not in relation to the database.
In RDBMS, what is the purpose of the Data Dictionary?
The average number of comparisons in sequential search is