answersLogoWhite

0

The scanf() function in the <stdio.h> C standard library header.

User Avatar

Wiki User

9y ago

What else can I help you with?

Continue Learning about Engineering

What is the function of read and data statement?

In programming, a READ statement is used to retrieve data from a specified input source, such as a file or user input, and store it in designated variables. A DATA statement, on the other hand, defines a set of constants or values that can be accessed later in the program, often used in conjunction with READ to sequentially retrieve those values. Together, they facilitate data handling by allowing programs to input and utilize predefined information efficiently.


What is the difference between input and Read data statement?

The INPUT statement in programming is used to read data from user input during the execution of a program, allowing for dynamic data entry. In contrast, the READ statement typically retrieves pre-defined data from a specified source, such as a file or data structure, and is often used in conjunction with data storage formats. Essentially, INPUT is interactive, while READ is more about accessing existing data.


What is the role of the grep function in the Perl programming language?

The grep function in Perl is the command-line function which can be used to search in a data set for lines which match a regular expression. The grep function is essentially a tool that can be used to search for particular information within the data.


Why can't the accessor member function change any of the values in a class in C plus plus?

Nothing stops a member function from changing any of the values in a class. By convention, an accessor function is used to give read only access to class data, but that does not mean that it is prohibited from doing so. It is a member function, after all, and it has all the rights of any member function of the class.


What is clear in c plus plus?

clear() is an inbuilt function defined in c++ defined in conio.h. It is used for clearing the console. The systax is:clear();

Related Questions

The count function can only be used with numeric data?

The Count Function can only be used with numeric data. true or false


In programming data read by programming is called?

Pascal language is used to read the programming data.


Do declarations describe the data that will be used in the function?

Prototype of function describes return value as well as which data can be passed to the function.


What is the function of read and data statement?

In programming, a READ statement is used to retrieve data from a specified input source, such as a file or user input, and store it in designated variables. A DATA statement, on the other hand, defines a set of constants or values that can be accessed later in the program, often used in conjunction with READ to sequentially retrieve those values. Together, they facilitate data handling by allowing programs to input and utilize predefined information efficiently.


What is used to read the data from a CD?

A laser


What is a function of the console port on a router?

To connect to a terminal for initial configuration


What are the function of a cd rom?

They are disc drives which read Compact Discs (CDs). They are versatile and transportable and can be used to perform various tasks such as reading data from the computer and listening to audio.


A statistical function commonly used to describe a group of data?

A group of data is a sample.


Which command is used to read uncomment the data in Matlab?

CTRL + T is the command used to uncomment data in Matlab.


What is the difference between input and Read data statement?

The INPUT statement in programming is used to read data from user input during the execution of a program, allowing for dynamic data entry. In contrast, the READ statement typically retrieves pre-defined data from a specified source, such as a file or data structure, and is often used in conjunction with data storage formats. Essentially, INPUT is interactive, while READ is more about accessing existing data.


What is the role of the grep function in the Perl programming language?

The grep function in Perl is the command-line function which can be used to search in a data set for lines which match a regular expression. The grep function is essentially a tool that can be used to search for particular information within the data.


Which command is used to read comment the data in Matlab?

CTRL + R is the command used for commenting some part of data in Matlab.


What are the function of printer?

It is used to print hard copies/data from the computer.


What are the function Printers?

It is used to print hard copies/data from the computer.


What is Memory Card and how does it work?

A Memory Card is a device used for some game consoles. There are three ways for game data to be saved: on the game console, on the game cartridge, or on a memory card, and usually only one method is used for a certain console. If there was no way to save the data, you would need to start from scratch every time you played the game. Memory cards are inserted into the console and, when you attempt to save the game, the data upon the card is accessed. You can also access, copy, and delete data on the Memory Card from the Main Menu of the console, which usually comes up when you turn on the console without any game in it. Each Memory Card has a certain capacity; if the data is used up, you'll need to clear up space or buy a new Memory Card. I hope that's everything you need.


How do you put a GameCube disk in a will console?

A gamecube disc can be used in a Wii console the same way a Wii disc can. Simply insert the disc into the slot and the wii should pull the disc in and read it.


What is Read-data statement in QBasic?

In QBasic, the READ statement is used to read data from a data list that has been previously defined using the DATA statement. This allows programmers to input a series of values that can be retrieved later in the program. The READ statement retrieves values sequentially, so each call to READ fetches the next value in the data list. This is useful for initializing variables with predefined data without hardcoding them directly in the program.


What is xlsread in matlab?

xlsread is a MATLAB function used to read data from Excel files (.xls and .xlsx formats). It allows users to import numeric data, text, and mixed data from specified sheets or ranges within the Excel file. The function returns the data in an array, along with optional outputs for text and raw data, making it useful for data analysis and manipulation within MATLAB. However, as of recent versions, it is recommended to use readtable or readmatrix for improved functionality and compatibility.


Where can CD-R's be used?

CD-R's used in systems. Its use to read the data in cd's.


What is used to output data in c plus plus?

You use output devices or streams, typically console screens, printers and files.