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


Please Help Members By Posting Answers For Below Questions

How can type-insensitive macros be created?

707


‎How to define structures? · ‎

636


The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference

677


What is the difference between new and malloc functions?

584


What does the error 'Null Pointer Assignment' mean and what causes this error?

746






How do you use a pointer to a function?

639


What is the most efficient way to store flag values?

691


which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above

1140


Write a program to know whether the input number is an armstrong number.

675


Why is c used in embedded systems?

616


Why do we need functions in c?

565


What is c value paradox explain?

580


Explain data types & how many data types supported by c?

588


What is data structure in c programming?

578


What is nested structure with example?

631