An entire structure variable can be assigned to another
structure variable if __________
Answer Posted / pakash
#3 ithink this one is apropriate answer if no read books for the anser
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
what do you mean by inline function in C?
Differentiate between new and malloc(), delete and free() ?
What does the error 'Null Pointer Assignment' mean and what causes this error?
What is wild pointer in c with example?
What is the -> in c?
When should structures be passed by values or by references?
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
What is typeof in c?
Explain goto?
What are the differences between Structures and Arrays?
What is the purpose of sprintf?
What is unsigned int in c?
write a c program in such a way that if we enter the today date the output should be next day's date.
What are categories used for in c?
Why main function is special give two reasons?