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 |
Tell me when would you use a pointer to a function?
Explain 'bus error'?
declare afunction pointer to int printf(char *)?
in iso what are the common technological language?
what are two kinds of java
What is the difference between constant pointer and constant variable?
What's wrong with "char *p; *p = malloc(10);"?
Define a structure to store roll no, name and marks of a student. Using the structure of above write a ‘C’ program to create a file “student.dat”. There must be one record for every student in the file. Accept the data from the user.
What are the advantages of the functions?
what is the maximum limit of row and column of a matrix in c programming. in linux .
what is difference between c and c++
How can I recover the file name given an open stream or file descriptor?