Warning: implode(): Invalid arguments passed in /www/wwwroot/jobquiz.info/mdiscuss.php on line 336
typedef's have the advantage that they obey scope rules, that is they can be declared local to a function or a block whereas #define's always have a global effect. ?->(Show Answer!)
Question Set

1. typedef's have the advantage that they obey scope rules, that is they can be declared local to a function or a block whereas #define's always have a global effect.



Ask Your Doubts Here

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

Show Similar Question And Answers
QA->If function inside another function is called a _____ Function....
QA->‘Queen’s berry Rules’ is the name. give to the rules in which game?....
QA->“Green house effect” with respect to global warming refers to which effect?....
QA->A and B can finish a work 30 days if they work together. They worked together for 20 days and then B left. A finished the remaining work in another 20 days. In how many days A alone can finish the work?....
QA->‘Paramountcy is paramount’ was declared to define the relations of Indian States with British Government by which Commission?....
MCQ->typedef's have the advantage that they obey scope rules, that is they can be declared local to a function or a block whereas #define's always have a global effect.....
MCQ->Consider the following statements : When setting rules for students, a teacher must keep in mind the following : Rules should be reasonable and necessary Rules should be specific and clear Rules for classroom behaviour must be consistent with school rules Rules should be liked by all students Of the statements :....
MCQ->Which of the following are true about classes and struct? A class is a reference type, whereas a struct is a value type. Objects are created using new, whereas structure variables can be created either using new or without using new. A structure variable will always be created slower than an object. A structure variable will die when it goes out of scope. An object will die when it goes out of scope.....
MCQ->In the following code snippet can we declare a new typedef named ptr even though struct employee has not been completely declared while using typedef? typedef struct employee ptr; struct employee { char name[20]; int age; ptr next; }....
MCQ->Is there any difference in the #define and typedef in the following code? typedef char string_t; #define string_d char ; string_t s1, s2; string_d s3, s4;....
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution