The following file format of inv_nbr, inv_name, inv_cost is called delimited format.
<h3>What is a delimited file in Excel?</h3>
The term "Delimited" is known to be a term that connote a form of an TXT file that tends to make use of tabs or an CSV file that uses commas to be able to separate and group your data.
Note also that a delimited file is seen as a form of a given sequential file that is made up of column delimiters.
Therefore, The following file format of inv_nbr, inv_name, inv_cost is called delimited format.
Learn more about text format from
brainly.com/question/16397886
#SPJ1
Multiple Choice
fixed-width format
extensible markup
delimited format
hypertext format
Explanation:
ICT permeates all aspects of life, providing newer, better, and quicker ways for people to interact, network, seek help, gain access to information, and learn. Besides its presence everywhere, Information and Communication Technology has an immense economic significance.
Explanation:
the main component of Windows when you start your computer are the desktop, my computer, recycle bin , start button, Taskbar and shortcuts to application after opening an application you will also have a Windows with an active application which will appear in your desktop and taskbar.
Answer:
#include <iostream>
using namespace std;
struct StudentType{
string studentName;
int studentId;
}
int n;
char answer[20];
int main(){
cout<< "Enter the size of the array: ";
cin >> n;
StudentType *student = new StudentType(n);
for (int i = 0; i < n; i++){
int name;
int number;
cin>> name;
cin >> number;
student[i].studentName = name;
student[i].studentId = number;
}
for (int i = 0; i < 20; i++){
cout<< "Enter answers: ";
cin >> ans;
answer[i] = ans;
}
}
Explanation:
The C++ source code has three global variables namely, answer which is an array of character data type, StudentType which is a structure data type and the integer variable n. The main function declares and initializes the dynamic-spaced student array of the structure datatype with the n variable.