Let cost price of the article is Rs. ‘x’ Marked price of the article = 1.3 × x = Rs. 1.30x Selling price of the article = 0.78 × 1.30x = Rs. 1.014x So, 1.014x – x = 14 Or, 0.014x = 14 Or, x = 1000 So, cost price of the article = Rs. 1000
Which keyword is used to allocate dynamic memory in C++?
In which part of a function are local variables typically declared?
Attributes that do not exist in the physical database, but their values are derived from other attributes present in the database.
What is the purpose of the "GROUP BY" clause in an SQL query?
In a compiler, keywords of a language are recognized during
Which type of variable has the widest scope and can be accessed from any part of the program?
Sending a packet to all destination simultaneously is called
Which tree traversal visits the nodes in the order: left, root, right?
What is machine learning?
In dynamic programming, what is memoization?