answersLogoWhite

0

What is the C language terminator?

Updated: 8/19/2019
User Avatar

Wiki User

13y ago

Best Answer

It is the semicolon. ;

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the C language terminator?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Why you use semicolon to terminate the lines in C programming?

Because that is the defined statement terminator of the language.


What is statement terminator in c language?

The compiler demands it: your programs wouldn't compile without them.


Which symbol is used as a statement terminator in C?

semicolon ';' (Not applicable for block-statements)


Why is c string defined as an array?

Every programming language treats strings as arrays. A C string is defined as being a null-terminated array of characters. A C string that does not have a null-terminator is just an array of character values, but without a null-terminator the onus is upon the programmer to keep track of the array's length.


Why is terminator 1 PG-13?

Terminator 3 is rated R. [strong sci-fi violence and action, and for language and brief nudity]


What is the C program to print strings from A to Z and a to z?

#include<stdio.h> int main (void) { char upper[27]; // A-Z plus null terminator char lower[27]; // a-z plus null terminator char c; int i; for (i = 0, c = 'A'; c <= 'Z'; ++c, ++i) { upper[i] = c; lower[i] = c - 'A' + 'a'; } upper[i] = 0; // null-terminator lower[i] = 0; // null-terminator printf ("%s\n", upper); printf ("%s\n", lower); return 0; }


Where you have to put semicolon in c programming?

For clasesses it defines from which class to inherit. :: means area of visibility in certain name space.


Is 'Vaya con Dios' in the Terminator movie?

No. The famous Spanish-language phrase used in the Terminator franchise is "Hasta la vista, baby".


Why c language has name c why not a?

C-language was derived from B-language.


Is it terminator salvation is terminator 4?

Terminator Salvation is the 4th film in the Terminator series .


What is previous language of c language?

language before c language is pascal


What is C language what does it do?

C Language is First Step of Programming Language, Help for C Language you are show the correct answer