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
What is function prototype in c language?
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
What is main function in c?
What are the types of pointers?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
How do you define a string?
How to compare array with pointer in c?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
What is extern storage class in c?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
When would you use a pointer to a function?
Explain what is page thrashing?
Explain the use of 'auto' keyword
How is pointer initialized in c?
explain what is an endless loop?