What is 'parentheses'? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

What is 'parentheses'?

28th Aug 2021, 10:13 AM
Emma Chitembo
Emma Chitembo - avatar
19 Answers
+ 9
Emma Chitembo Parantheses = () Fancy word for brackets
28th Aug 2021, 10:17 AM
Rik Wittkopp
Rik Wittkopp - avatar
+ 9
That's right, Rik Wittkopp 👍😉! Here are some synonyms: arches, bows, curves.
8th Sep 2021, 7:39 AM
🇺🇦 Vitya 🇺🇦
🇺🇦 Vitya 🇺🇦 - avatar
+ 8
parentheses in c : To declare a variable as being a pointer to an array, we must make use of parentheses. () -parenthesis are used to represent the conditional statement , switch and many more. For example consider that you are using the curly braces for all type of statements Then computer cant differentiate between a function and different kind of statements in C. parentheses in c++ : The most obvious use of parentheses is like in math to do something like (2 + 4) * 3. The thing inside the parentheses is called an expression. The other use is to declare arguments in a function declaration of a function or pas arguments to a function in a function call just like in math. parentheses in python : () parentheses are used for order of operations, or order of evaluation, and are referred to as tuples. [] brackets are used for lists. List contents can be changed, unlike tuple content. {} are used to define a dictionary in a "list" called a literal parentheses in java: Parentheses are used for two purposes: (1) to control the order of operations in an expression, and (2) to supply parameters to a constructor or method. ................. and many more in simple: A parenthesis is a punctuation mark used to enclose information, similar to a bracket. The open parenthesis, which looks like (, is used to begin parenthetical text. The close parenthesis, ), denotes the end of parenthetical text. The plural of parenthesis is parentheses. ... Parentheses in computer programming. make it more simple: ( ), called parentheses. Fun fact: one of them is called a parenthesis, and as a pair, the plural are parentheses.
28th Aug 2021, 10:19 AM
Pariket Thakur
Pariket Thakur - avatar
+ 5
Emma Chitembo Thank you also! First time I got best answer AND a downvote from some-one. 😂🤣😂🤣
28th Aug 2021, 10:30 AM
Rik Wittkopp
Rik Wittkopp - avatar
+ 3
Rushikesh The downvote disappeared after I posted, No harm, No foul. Emma Chitembo Upvote & downvote can be located in the upper left corner of these posts, above & below a number. An upvote is an endorsement of a comment or post. A downvote is the opposite, a negative response. Upvotes show the person who endorsed, but downvotes are anonymous.
28th Aug 2021, 11:04 AM
Rik Wittkopp
Rik Wittkopp - avatar
+ 3
🤣😂 Kindly dumb it down? Apologies. My admiration for you suffering from my use of language. Endorsement is when you agree and support the views/ concepts/actions of another person or organisation. For example. When you go to vote for the leadership of your country, your vote is an endorsement of the political party of your choice.
28th Aug 2021, 11:14 AM
Rik Wittkopp
Rik Wittkopp - avatar
+ 3
Vitya 🤣😂🤣
8th Sep 2021, 7:41 AM
Rik Wittkopp
Rik Wittkopp - avatar
+ 1
LoL, thank you for your help🙏, this is actually my first time and lesson☺️
28th Aug 2021, 10:33 AM
Emma Chitembo
Emma Chitembo - avatar
+ 1
Emma Chitembo You keep going Girl Small steps lead to a long journey Keep learning
28th Aug 2021, 10:35 AM
Rik Wittkopp
Rik Wittkopp - avatar
+ 1
Thanks and I will☺️
28th Aug 2021, 10:39 AM
Emma Chitembo
Emma Chitembo - avatar
+ 1
Rik Wittkopp I didn't see a downvote?
28th Aug 2021, 10:47 AM
Vtec Fan
Vtec Fan - avatar
+ 1
Kindly dam it down a bit on the endorsement part
28th Aug 2021, 11:07 AM
Emma Chitembo
Emma Chitembo - avatar
+ 1
Oh okay, makes sense now thank you
28th Aug 2021, 11:19 AM
Emma Chitembo
Emma Chitembo - avatar
+ 1
Parentheses are the brackets used to specify parameters in the function prototype or the function definition. They are also used to specify arguments when a function is called: ()
29th Aug 2021, 5:03 PM
Magnus
Magnus - avatar
0
Thank you🙏
28th Aug 2021, 10:28 AM
Emma Chitembo
Emma Chitembo - avatar
0
What's a downvote or an upvote?
28th Aug 2021, 10:48 AM
Emma Chitembo
Emma Chitembo - avatar
0
How to find the output of a program
29th Aug 2021, 3:35 PM
Finlay Campbell
0
Parentheses means () I too didn't know what it meant when I started sololearn... The reason is because we don't usually call it parentheses but brackets.......even at school back then 😂😂
30th Aug 2021, 6:50 AM
Ejeh Joseph
Ejeh Joseph - avatar
0
Parentheses are ()
30th Aug 2021, 9:26 AM
Usman
Usman - avatar