Answer Posted / mukul garg
an array is a collectiom of similar data types .an array
index always stsrt from zero if the size of array is n then
it can store n elements .
int a[5]={1,2,3,4,5};
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
write an algorithm to display a square matrix.
how many key words availabel in c a) 28 b) 31 c) 32
What is an example of structure?
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
What are loops c?
Apart from dennis ritchie who the other person who contributed in design of c language.
Describe dynamic data structure in c programming language?
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
Explain what are run-time errors?
what is the structure pointer?
explain what are actual arguments?
What is the general form of function in c?
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
State the difference between realloc and free.