We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
- Prepare
- C
- Arrays and Strings
- 1D Arrays in C
- Discussions
1D Arrays in C
1D Arrays in C
Sort by
recency
|
484 Discussions
|
Please Login in order to post a comment
int main() { int n; scanf("%d", &n);
}
int n;
How can we take those 'n' inputs using spaces in between them as shown in the sample input?