answersLogoWhite

0


Best Answer

grouping statements. eg:

if (i==2) printf ("i==");

printf ("2");

and

if (i==2) {

printf ("i==");

printf ("2");

}

do different things, if i<>2

User Avatar

Wiki User

12y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

{ Programming indicate start of a code or block or a segment and } indicate end of the same.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What purpose do braces serve in C programming?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Is NET programming is update from C plus plus programming?

No. .NET programming is Microsoft-specific, similar to Java in some respects, but it is non-portable. C++ is a general purpose and cross-platform programming language.


What is Turbo C download used for?

Turbo C is a compiler for a general purpose computer programming language called C. It transforms code written in C into the computer language needed for executable programming.


What do you mean by c taken programming in c?

A C program is a computer program written using the C programming language.


Can language C works on Windows 8?

Yes. C is a general purpose programming language with compilers available for all versions of Windows.


How many programming languages are?

Thousands! Programming languages number in the thousands, from general purpose programming languages such as C++, Java, and others, to special purpose languages which are used in one application. They can be ordered by type (structured, object-oriented, functional, etc.) or by history, or syntax. See the related list of programming languages.

Related questions

What is the purpose of C plus plus?

Computer programming.


What kind of language is C programming?

C is a general purpose, procedure oriented (procedural) programming language developed by Dennis Ritchie in 1972.


Is NET programming is update from C plus plus programming?

No. .NET programming is Microsoft-specific, similar to Java in some respects, but it is non-portable. C++ is a general purpose and cross-platform programming language.


What is Turbo C download used for?

Turbo C is a compiler for a general purpose computer programming language called C. It transforms code written in C into the computer language needed for executable programming.


What do you mean by c taken programming in c?

A C program is a computer program written using the C programming language.


What is a language in video game programming?

Most general-purpose programming languages can be used for video games. Lazyfoo's tutorials are excellent resources for anyone interested in game programming. They are written in the C++ programming language, but the same concepts can easily be applied to C, Ruby, Python, Perl, or any other general-purpose language.


What is the purpose of C programming?

Solving problems. Spend some time. Earn money.


What is cobol and c language?

Common Business Oriented Language/ COBOL is widely used programming language by businesses. While C is a general purpose programming invented by Dennis Ritchie.


What are computer programming languages using in now days?

Apple and apple developers use Objective-C, and most other people usually use python, C, C++, or Java


Why C programming came into existence?

The C language was created for a specific purpose: to design the UNIX operating system (which is used on many computers).


Can language C works on Windows 8?

Yes. C is a general purpose programming language with compilers available for all versions of Windows.


How many programming languages are?

Thousands! Programming languages number in the thousands, from general purpose programming languages such as C++, Java, and others, to special purpose languages which are used in one application. They can be ordered by type (structured, object-oriented, functional, etc.) or by history, or syntax. See the related list of programming languages.