How to create 3-dimensional Array in Javascript?
Answer Posted / sumit
int a[][][] = new int[i][j][k];
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is function of stdio.h
What is the difference between push() and concat() in javascript?
What is the best site to learn javascript?
Can you run javascript in notepad?
What is a hash javascript?
What is javascript namespacing?
Is javascript a security risk?
What kind of conditional statements does JavaScript support?
Explain the unshift() method ?
name any two javascript functions which are used to convert nonnumeric values into numbers?
What are the types used in javascript?
What is the use of let & const in javascript?
why we need java instead of c
How to create the namespace in javascript?
How do you declare javascript?