answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What are the standardized syntax in c language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Syntax of for loop in c language?

for(i=0;i<=0;i++)


What are the basics of c language?

The syntax... go learn it!


How you declare a variable in c language?

you have to give a statement in the following syntax datatype variable;


How syntax affect setting?

Syntax is essential to any form of language. Without syntax, there is no setting, there is no way to explain it and no language. Language and setting are both comprised with syntax.


How does syntax affect setting?

Syntax is essential to any form of language. Without syntax, there is no setting, there is no way to explain it and no language. Language and setting are both comprised with syntax.


Which language is source program written?

The Java language derives much of its syntax from C and C++ but has a simpler object model and fewer low-level facilities


What has the author Ari C Bouman written?

Ari C. Bouman has written: 'Observations on syntax and style of some Icelandic sagas' -- subject(s): Old Norse language, Pronunciation, Syntax


What is different of c language and c plus plus?

Primarily OOP support, but there are minor syntax difference. By and large anything you can do in C you can also do in C++.


Is c an application or software?

"C" is a programming language. It is implemented by writing a program using the C syntax and then translated by a compiler, which is an application program.


Why coding of c language is colourful?

I think it is the 'syntax highlighing' what you mean. It's a feature of the text-editor.


The syntax and keywords of JavaScript most closely resemble those of?

C. The C language is the basis for JavaScript, as well as C++, C#, PHP, and Java. (Among others.)


What did C plus plus add to the C language?

Object-oriented programming principals, a more consistent syntax and improved type-safety.