Answer Posted / kalidasu lokesh kumar
an array can be defined as a collection of homogenious data
data items reffered by a common name.
array is derived data type............
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which programming language is best for getting job 2020?
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
What are volatile variables in c?
Why doesnt that code work?
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
What is c programming structure?
How do you search data in a data file using random access method?
What is dynamic dispatch in c++?
What is hashing in c language?
What are qualifiers?
what are the different storage classes in c?
Can you please explain the difference between syntax vs logical error?
Where does the name "C" come from, anyway?