Computer Science, asked by nithyashreesaravanan, 4 months ago


22. What is the syntax of if-else statement in C programming language?
23. What is an array in C language?​

Answers

Answered by shamaera14514
0

Answer:

22. Syntax. If the Boolean expression evaluates to true, then the if block will be executed, otherwise, the else block will be executed. C programming language assumes any non-zero and non-null values as true, and if it is either zero or null, then it is assumed as false value.

Answered by nehadey052
0

Explanation:

• syntax If the Boolean expression evalutes to true, then the if block will be executed. c programing language assumes any non-zero and non-null values as true, and if it is either zero or null , then it is assumed as false value.

•. overview. An array is a collection of data items, all of the same type, assessed using a common name. A one dimensional array is like a list ; A two dimensional array is like a table; The c language places no limit on the number of dimensions in array, through specific implementation may.unimportant.....

•. If u think my answer is right for your self then plz give me Brain list answer.......

.........

.

Similar questions