Computer Science, asked by nandineejaiswal189, 1 year ago

What is the use of this brackes { } in a program.

Answers

Answered by supercool77
2
It is use for opening and closing programme.
Answered by samit2587
0

Answer:{} brackets are use to start and end program.

Explanation:

Example :-int main()

                 {

                    printf("Hello, World!");

                     return 0;

                  }

Here code is written inside {}.

Similar questions