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
What is a spanning Tree?
What is adt in c programming?
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
What is variables in c?
Write a program to print “hello world” without using semicolon?
If the size of int data type is two bytes, what is the range of signed int data type?
What are header files? What are their uses?
How can you invoke another program from within a C program?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
When is a null pointer used?
Why main function is special give two reasons?
Why should I use standard library functions instead of writing my own?
Explain what are global variables and explain how do you declare them?
When should you not use a type cast?
What is the difference between text and binary i/o?