Ask Sawal

Discussion Forum
Notification Icon1
Write Answer Icon
Add Question Icon

Gaurav Trikha




Posted Questions


No Question(s) posted yet!

Posted Answers



Answer


The word ‘Vero’ is Italian for ‘true’, and this is what they’re all about, they’re tagline is ‘True Social’. The main idea behind this new service is that it will provide a social media network that never runs ads and is not controlled by algorithms. Starting to sound tempting? It also goes back to the old Instagram ways with a chronological feed! They hope to make it the social network that is truly about social interactions and steer clear of the heavy advertising.

You may ask, then how will they turn a profit and start raking in the cash? The first million people to sign up, get to do so for free, however after that you will have to pay to sign up. That’s also not the only way Vero makes money. Posting on the app will also allow users to access the products that they are talking about. If a click-through results in a sale, Vero takes a percentage of the sale as a commission.

With so many new users trying to get in while it’s free the app is having trouble keeping up and problems have already arisen, including with signing up and posting once you’re in. Vero is doing their best to fix these problems as quickly as they can, Vero tweeted, “Due to very large traffic, we’re experiencing intermittent technical issues, we’re working to resolve them as soon as possible.”


Answer is posted for the following question.

What is vero in italian?

Answer


  • Press the 'Share' button on your controller again. The Share menu should pop out from the side.
  • Select 'Stop Broadcasting'.

Answer is posted for the following question.

How to hide broadcast ps4?

Answer


1
#include 
2
 
3
using namespace std;
4
 
5
class A {
6
    public: A() //   constructor  
7
    {
8
        cout << "Constructor executed" << endl;
9
    }~A() // Destructor   
10
    {
11
        cout << "Destructor executed" << endl;
12
    }
13
};
14
int main() {
15
    A(); // calling constructor
16
    A(); // calling constructor
17
}

Answer is posted for the following question.

How to Anonymous Object in C++ (C++ Programming Language)


Wait...