Answer:
DNA obj =new DNA;//obj object created dynamically.
DNA *dnaPtr=&obj.//dnaPtr to store the address of the object.
Explanation:
The above written statements are in C++.The DNA object is created dynamically and it is done in C++ by using new keyword which allocates the heap memory for the object.
Then a dnaPtr is created of type DNA so that it can store the address of the DNA objects.
Answer:
The answer to this question is option "d".
Explanation:
Internet branding describes as a brand management system that allows us to use the Internet as a tool for promoting the products. In other words, we can say that advertising the product on the Internet is known as Digital marketing. and other options are not correct that can be defined as:
- In option a, It does not provide one-directional communication flow.
- The b, c, and e options are not correct, because the internet is an effective medium for branding and it also provides services for branding.
Answer:
You can use Repl.it.com......It's best for practising coding languages...