Computer Science, asked by arshiya5, 1 year ago

mention the purpose of size of ( ) of operator c++

Answers

Answered by GauravGumber
2
size of (), is memmory size allocated to variable , that may be 2 bytes , 4 bytes, 16,32 bytes etc

GauravGumber: mark as brainiest if you want
prabhash0101: Size of variable is denoted in [] brackets.
GauravGumber: size of () is just symbol to represent it doesnot havr any memmory , memmory is allocated to variable inside this function
Answered by prabhash0101
1
IT denotes the definition of function being issued.
Such as
Void main () empty func
Int func1(int a, intb,)

Similar questions