answersLogoWhite

0

What else can I help you with?

Related Questions

Define the role of printf and scanf in c language?

to write and read the values


What is the syntax of scanf?

scanf: scanf is a built-in function to read input from the user.


How can you use a single scanf statement to read in three integers from the keyboard?

#include<stdio.h> #include<conio.h> int main(void) { int a,b,c; printf("write three numbers:\n"); scanf("%d %d %d", &a,&b,&c); printf("You entered %d , %d and %d",a,b,c); getch(); }


How do you write a statement of confidentiality for Board Member of an HOA?

Your answer depends on who will read the statement and what is required by the reader.


Write a program By using if else statement to read a number and check whether it is positive or negative?

write a c++program by using if statement to read a number and check whether it is positive or negative


How do you read input buffer of keyboard using C?

scanf();


Why do you use scanf in c?

To read input from standard input.


What does outline what you read mean?

The statement Outline what you read means to go through and write out a summary. Just make sure it is done in order of how you read the book.


What does write an expression for the following statement mean?

It is the start of a question. A statement would then follow as part of the question. It is asking you to read that statement and carry out the instructions in the first part of the question. Without the statement it is not possible to answer the question.


How do you get your English perfect?

Read read read read. And then write write write write.


Which function used to read characters into an array specified by its parameter?

Examples: recv, read, fread, gets, fgets, scanf, fscanf


What is the difference between a readline statement and a writeline statement?

The readline statement method of programming will allow for the next statement in the sequence to be read. The writeline method of programming only allows for the current statement or sequence to be read after determining the end of the last line.