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 huge pointer in c?
write a c program to find the sum of five entered numbers using an array named number
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
difference between native and cross compilers
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
What is a lvalue
Why do we need a structure?
What is the use of pragma in embedded c?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
When should the const modifier be used?
What is the difference between the expression “++a” and “a++”?
What is realloc in c?
What 'lex' does?
What are the modifiers available in c programming language?