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
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
State two uses of pointers in C?
What is structure packing in c?
What does %c mean in c?
What is wrong with this statement? Myname = 'robin';
What is static volatile in c?
What are different types of pointers?
What is a const pointer in c?
What are the two types of functions in c?
What is the meaning of typedef struct in c?
Define Array of pointers.
Why clrscr is used in c?
What are the application of void data type in c?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
Mention four important string handling functions in c languages .