Which of the following structure declaration doesn't require pass-by-reference? a.) struct{int a;}s; main(){ } b.) struct temp{int a;}; main() { struct temp s; } c.) struct temp{int a;}; main(){} struct temp s; d.) None of the mentioned ANSWER: d.
Read this post on ingenuitydias.com