answersLogoWhite

0

What is syntax in c?

Updated: 8/19/2019
User Avatar

Wiki User

12y ago

Best Answer

syntax is the way you write your code in

it defines the meaning of keywords & how to write

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

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

What is the syntax of foreach in c?

There is no 'foreach' in C


What is the syntax of CD?

cmd c:


Syntax of turbo c?

+ += - -= * *= / /= % %= = == != <= >= & && | ^ ~ << <<= >> >>= , [] () are the basic operator in TURBO C


What is the syntax of data conversion in c?

ghanta


What is the syntax of CD command?

cmd c:


Is the syntax between c and c plus plus different?

Yes


What would you expect this syntax to do and c type config sys?

What 'this syntax' is, and forget about config.sys (outdated by 15 years).


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!


The PHP syntax is most similar to?

Perl and C


What are the basic syntax of c program?

You have to be more specific. What part of C syntax? Do you want the syntax for outputing a number or sentence, do you want to syntax for creating a array, struct, a user defined function or what? #include iostream using namespace std; int main { cout << "Hello World!" << endl; return 0; };


What is the basic syntax of C?

+ += - -= * *= / /= % %= = == != <= >= & && | ^ ~ << <<= >> >>= , [] () are the basic operator in TURBO C