An entire structure variable can be assigned to another
structure variable if __________
Answer Posted / guest
you have overloaded the assignment operator and in that you
have copied each member variable.
| Is This Answer Correct ? | 25 Yes | 9 No |
Post New Answer View All Answers
Can the “if” function be used in comparing strings?
What are the 5 data types?
How can you increase the size of a dynamically allocated array?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
What is the purpose of main( ) in c language?
Why does everyone say not to use scanf? What should I use instead?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
What is clrscr in c?
How can you find the day of the week given the date?
What is the difference between #include and #include 'file' ?
What is function prototype in c with example?
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 the meaning of 2d in c?
Was 2000 a leap year?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array