Answer Posted / manishsharama
array is the collection of similar data type.
| Is This Answer Correct ? | 17 Yes | 6 No |
Post New Answer View All Answers
Explain how can I convert a number to a string?
What are data structures in c and how to use them?
What is a stream?
Tell me with an example the self-referential structure?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
Explain the difference between strcpy() and memcpy() function?
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.
What is selection sort in c?
What is the difference between typedef struct and struct?
What is s or c?
What does & mean in scanf?
can we have joblib in a proc ?
What is masking?
Implement bit Array in C.
How can I use a preprocessorif expression to ?