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 scope and lifetime of a variable in c?
What does sizeof return c?
Here is a good puzzle: how do you write a program which produces its own source code as output?
What are the salient features of c languages?
Can the “if” function be used in comparing strings?
Differentiate between static and dynamic modeling.
What is the acronym for ansi?
What is sorting in c plus plus?
What is a char in c?
why programs in c are running with out #include
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
Do you have any idea how to compare array with pointer in c?
Explain the difference between strcpy() and memcpy() function?
Explain the difference between getch() and getche() in c?