Answer Posted / bhavinsin darbar &bhavik g
array is collection of element which is having to same data
type
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is getch() function?
What is %g in c?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
What is array of structure in c?
.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }
Where are some collections of useful code fragments and examples?
List some of the dynamic data structures in C?
how should functions be apportioned among source files?
What is the size of a union variable?
What is union and structure in c?
What are variables c?
Explain the ternary tree?
Is there any possibility to create customized header file with c programming language?
Are pointers really faster than arrays?
What are runtime error?