Write code for initializing one dimentional and two
dimentional array in a C Program?
Answer Posted / varsha vilas kalebag
one dimensional array :
a={2}
two dimensional array
b={2,3}
| Is This Answer Correct ? | 5 Yes | 18 No |
Post New Answer View All Answers
Define VARIABLE?
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
What are the uses of null pointers?
What is pointer to pointer in c with example?
Are comments included during the compilation stage and placed in the EXE file as well?
What are the different types of errors?
Differentiate between a for loop and a while loop? What are it uses?
Can we declare a function inside a function in c?
Is c dynamically typed?
What is the difference between void main and main in c?
Is a house a mass structure?
What was noalias and what ever happened to it?
Why do we use main function?
What are the advantages and disadvantages of c language?
Explain that why C is procedural?