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 ?    25 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

What is difference between main and void main?

0 Answers  


What are the types of variables in c?

0 Answers  


dennis ritchie invented C language in AT&T bell laboratory what is the extension of AT&T?

4 Answers  


What are c preprocessors?

0 Answers  


how to add numbers without using arithmetic operators.

14 Answers   TCS,






What are external variables in c?

0 Answers  


what is answer for perfect number????????????????

1 Answers  


What is a null string in c?

0 Answers  


Explain what are preprocessor directives?

0 Answers  


What are the modifiers available in c programming language?

0 Answers  


a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler

0 Answers  


Explain what does the format %10.2 mean when included in a printf statement?

0 Answers  


Categories