One of the limitation of the social media marketing is the risk of negative comments that can hamper the marketing strategy and certainly hamper the sales.
<h3>What is marketing?</h3>
Marketing can be defined as the advertising of the services or products into the market for making the end user aware about the product. There are various marketing tricks that can help in increasing the sales of the products or services.
Learn more about marketing, here:
brainly.com/question/13414268
#SPJ1
Answer:
HDLC is one of the most commonly used internet protocols (IP) in what is Layer 2 of the industry communication reference model called Open Systems Interconnection (OSI).
Explanation:
Answer:
He was not allowed on a phone of computer after being arrested.
Explanation:
If you read about it he wasn't even allowed to work at 7-11 because of an electronic cash register.
Answer:
num = int(input("enter a number:"))
print(num * 8)
Explanation:
num is just a variable could be named anything you want.
if code was like this num = input("enter a number:")
and do a print(num * 8)
we get an error because whatever the user puts in input comes out a string.
we cast int() around our input() function to convert from string to integer.
therefore: num = int(input("enter a number:"))
will allow us to do print(num * 8)
C. ">" denotes the end of an element. For instance <b>Hello!</b> or <hr />