Start learning 50% faster. Sign in now
Difference of compound interest and simple interest for 2 years = P(R/100)2 = P (5/100)2 ⇒ 724 = P (1/400) ⇒ P = 724 × 400 = Rs. 2,89,600
What will be the output of the following C code?
#include < stdio.h >
void main ( ) {
int x = 10, y = 20, *p1 = &x, *p2 = &y;...
Which of the following is an example of an independent variable in a data analysis model that predicts employee productivity based on training hours?
Which data validation step is crucial to ensure that all entries in a customer email column are correctly formatted?
A data structure allows insertion and deletion only from one end. Which of the following best describes its use case in real-world scenarios?
Which traversal method is most suitable for finding connected components in an undirected graph?
Which of the following best illustrates the concept of polymorphism in Object-Oriented Programming (OOP)?
Which of the following Python libraries is most suitable for handling large datasets efficiently and performing complex data manipulations?
A company’s network experiences intermittent connectivity issues. Upon analysis, the network technician observes frequent CRC (Cyclic Redundancy Check...
Which cloud computing service model provides users with complete control over hardware resources like servers, storage, and networks?
Which of the following best distinguishes random sampling from non-random sampling ?