Answer Posted / abeera amin
array are data structure in which identical data type are
stored.and have contiguous area of memory.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is string concatenation in c?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
difference between object file and executable file
What are the types of data types and explain?
Why we use void main in c?
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
List some of the dynamic data structures in C?
Difference between exit() and _exit() function?
What is your stream meaning?
What is malloc and calloc?
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
provide an example of the Group by clause, when would you use this clause
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
Why is c known as a mother language?
How can you call a function, given its name as a string?