answersLogoWhite

0

Reserved words.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

How do you get it to say 56 in ruby?

Ruby the programming language? Simple! puts 56 or puts "56"


This action of a committee puts a bill aside for no further action?

pigeonhole


The manner in which an author puts ideas into words is called .?

The manner in which an author puts ideas into words is called writing style. It encompasses the author's use of language, tone, structure, and narrative techniques to convey their message effectively.


When using a phrase like She puts her problems aside. do you use an apostrophe s in puts or no s apostrophe?

No. The s in puts is an ending that is added to verbs (words of action or being) whenever there is a singular subject other than I or you. In fact, put's does not exist! You never put an apostrophe on a verb ending.


How can you forgive your husband if he set aside your own children aside just to be with his affair partner?

There is no forgiving him. If he puts his own kids aside for someone else he doesn't care. So I wouldn't forgive him.


The unique way in which an author puts thoughts into words is called his or her .?

The unique way in which an author puts thoughts into words is called his or her writing style. This includes the author's use of language, sentence structure, tone, and overall voice, which helps to distinguish their work from that of other writers.


Daimond print in c language?

puts ("Daimond");


What is puts in c language?

printf("%s",variable);


What is the easiest way for beginners to understand how to use the "puts" command in programming?

The easiest way for beginners to understand how to use the "puts" command in programming is to think of it as a way to display text on the screen. Just type "puts" followed by the text you want to show, enclosed in quotation marks. This will help you see the output of your program and understand how the command works.


Why you cannot have full control over computer hardware when programming in high level language?

The higher level languages simplify instructions that could have taken many steps in a low level language. So puts("hello"); could be 20 instructions in assembler. So through this simplification, you lose a degree of control, depending on how high the language is.


Example of relational statements in C programming?

You mean relational operators?if (argc


How do you make a proposal in C programming?

#include <stdio.h> int main (void) { puts ("Marry me"); return 0; }