How do you initialize an array in C? - Study24x7
Social learning Network
study24x7

Default error msg

Login

New to Study24x7 ? Join Now
Already have an account? Login
25 followers study24x7 06 Jun 2020 07:42 PM study24x7 study24x7

How do you initialize an array in C?

A

int arr(3) = {1,2,3};

B

int arr[3] = {1,2,3};

C

int arr[3] = (1,2,3);

D

int arr(3) = (1,2,3);

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles