#include <iostream>
#include <vector>
std::vector<int> v;
int main(int argc, char* argv[]) {
    while(1) {
    int temp;
    std::cout << "\nEnter a number: ";std::cin>>temp;
    
    if(temp<0) {
        std::cout << "\nEven number(s) is/are:\n---------------------\n";
        for(int i=0;i<v.size();i++) {
            if(v.at(i)%2==0) std::cout << v[i] << " ";
            else continue;
        }
        std::cout << std::endl;
        break;
    }else {
        v.push_back(temp);
    }
}
    return 0;
}
 
        
             
        
        
        
Answer:
To print the statement in the output. 
Explanation:
Im a student of C4 and I know this one its In C programming.
 
        
                    
             
        
        
        
Answer:
a. corporate blogs
Explanation:
corporate blog is the practice of creating content that addresses various topics which includes (updates, expert tips or best practices and company news) from the perspective of a brand. Also, blogs make posts and comments easy to reach and follow.
 
        
             
        
        
        
Answer:
Terribly low storage space, limited to mathematics/computing, required entire rooms to use, and low information yield for hours of processing.
Explanation: