An entire structure variable can be assigned to another
structure variable if __________
Answers were Sorted based on User's Feedback
Answer / ullas
if it is of same type... i.e struct stu s1,s1; s1=s2;
Is This Answer Correct ? | 52 Yes | 3 No |
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 |
Answer / pakash
#3 ithink this one is apropriate answer if no read books for the anser
Is This Answer Correct ? | 5 Yes | 0 No |
What is difference between main and void main?
What are the types of variables in c?
dennis ritchie invented C language in AT&T bell laboratory what is the extension of AT&T?
What are c preprocessors?
how to add numbers without using arithmetic operators.
What are external variables in c?
what is answer for perfect number????????????????
What is a null string in c?
Explain what are preprocessor directives?
What are the modifiers available in c programming language?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
Explain what does the format %10.2 mean when included in a printf statement?