answersLogoWhite

0

Use of puts function in clanguage?

Updated: 8/17/2019
User Avatar

Wiki User

14y ago

Best Answer

Syntax: #include
int puts( char *str );

The function puts() writes str to stdout, then writes a newline character. puts() returns non-negative on success, or EOF on failure.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Use of puts function in clanguage?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the use of gets and puts functions in clanguage?

getting/putting strings


How 2 write five names in clanguage?

*language


What is a function screentip in excel?

As you enter a function, it puts up tip text to show you the parts of the function that are needed. It helps the user to put the function in, making it easier to use.As you enter a function, it puts up tip text to show you the parts of the function that are needed. It helps the user to put the function in, making it easier to use.As you enter a function, it puts up tip text to show you the parts of the function that are needed. It helps the user to put the function in, making it easier to use.As you enter a function, it puts up tip text to show you the parts of the function that are needed. It helps the user to put the function in, making it easier to use.As you enter a function, it puts up tip text to show you the parts of the function that are needed. It helps the user to put the function in, making it easier to use.As you enter a function, it puts up tip text to show you the parts of the function that are needed. It helps the user to put the function in, making it easier to use.As you enter a function, it puts up tip text to show you the parts of the function that are needed. It helps the user to put the function in, making it easier to use.As you enter a function, it puts up tip text to show you the parts of the function that are needed. It helps the user to put the function in, making it easier to use.As you enter a function, it puts up tip text to show you the parts of the function that are needed. It helps the user to put the function in, making it easier to use.As you enter a function, it puts up tip text to show you the parts of the function that are needed. It helps the user to put the function in, making it easier to use.As you enter a function, it puts up tip text to show you the parts of the function that are needed. It helps the user to put the function in, making it easier to use.


How do you make a call to a function in C?

Example:puts ("I've just called function 'puts'");


What types of arguments can be used in puts() function?

70


How the function is called in c?

That's up to you, except for the main function, the name of which has to be main.Or, if you want to know how to call a function, it's simply by its name, followed by an argument list, eg:int main (void){puts ("I have just called function puts");return 0;}


What is a function definition in c?

Example: int main (void) { puts ("Here is a function definition"); return 0; }


How do you find the function that puts an exponential on an integer on your scientific calculator?

The button will have yx on it.


How do you print a statement in c without using any function like printf putc puts etc?

The only way i see is to use : using the right file descriptor


Function with no argument and no return values?

Are usable. Example: void hello (void) { puts ("Hello"); }


How can use a function in c without declaration?

The syntax for a function declaration in C is:return-type function-name(list-of-parameter-types);The following example declares a function that takes an int type parameter and returns an int.Example:int myFunction(int);


What is face detection function in Camera?

When it detects a face it focuses on it & usually puts a square on it when they are smiling