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
ATM machine and railway reservation class/object diagram
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
What is a const pointer in c?
What is preprocessor with example?
What is sorting in c plus plus?
What is extern c used for?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
What is the difference between fread and fwrite function?
What is getch () for?
State the difference between realloc and free.
Can math operations be performed on a void pointer?
What is a macro, and explain how do you use it?
Explain the difference between null pointer and void pointer.