Answer Posted / ravi saini
Array of pointers...Points the integer values
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What is the need of structure in c?
What is c definition?
What is the use of sizeof?
What is #ifdef ? What is its application?
if p is a string contained in a string?
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
Is there a way to jump out of a function or functions?
Differentiate abs() function from fabs() function.
Is it better to use malloc() or calloc()?
Tell me what is the purpose of 'register' keyword in c language?
Explain Basic concepts of C language?
how to build a exercise findig min number of e heap with list imlemented?
What is a header file?
Can you please compare array with pointer?
Write a program to implement queue.