What is the use of this brackes { } in a program.
Answers
Answered by
2
It is use for opening and closing programme.
Answered by
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