An entire structure variable can be assigned to another
structure variable if __________

Answers were Sorted based on User's Feedback



An entire structure variable can be assigned to another structure variable if __________..

Answer / ullas

if it is of same type... i.e struct stu s1,s1; s1=s2;

Is This Answer Correct ?    52 Yes 3 No

An entire structure variable can be assigned to another structure variable if __________..

Answer / guest

you have overloaded the assignment operator and in that you
have copied each member variable.

Is This Answer Correct ?    23 Yes 9 No

An entire structure variable can be assigned to another structure variable if __________..

Answer / pakash

#3 ithink this one is apropriate answer if no read books for the anser

Is This Answer Correct ?    5 Yes 0 No

Post New Answer

More C Interview Questions

write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.

0 Answers   HCL,


How do I round numbers?

0 Answers  


How can I read a directory in a C program?

2 Answers   Bright Outdoor, Wipro,


what does ‘segmentation violation’ mean?

1 Answers  


application attempts to perform an operation?

0 Answers  






print the palindrome numbers in between 0 to n

1 Answers  


Write a code to generate divisors of an integer?

0 Answers   Ericsson,


why effort estimation is important?

1 Answers  


write a c program to add two integer numbers without using arithmetic operator +

13 Answers   Value Labs,


what is difference between overriding and overloading?

1 Answers  


Tell me what is null pointer in c?

0 Answers  


What is the use of ?: Operator?

0 Answers  


Categories