Explain can you assign a different address to an array tag?
No Answer is Posted For this Question
Be the First to Post Answer
what is the use of ~ in c lang?????
What is file in c language?
Write a program to generate prime factors of a given integer?
read an array and search an element
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
Implement bit Array in C.
What is an object?
What are the main characteristics of c language describe the structure of ac program?
What is a far pointer in c?
How to write c functions that modify head pointer of a linked list?
What are volatile variables in c?
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.