Warning: implode(): Invalid arguments passed in /www/wwwroot/jobquiz.info/mdiscuss.php on line 336
The preprocessor can trap simple errors like missing declarations, nested comments or mismatch of braces. ?->(Show Answer!)
Question Set

1. The preprocessor can trap simple errors like missing declarations, nested comments or mismatch of braces.



Ask Your Doubts Here

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

Comments

  • By: guest on 01 Jun 2017 06.00 pm
    False, the preprocessor cannot trap the errors, it only replaces the macro with the given expression. But the compiler will detect errors.
Show Similar Question And Answers
QA->P can do a work in the same time in which Q and R together can do it. If P and Q work together, the work can be completed in 10 days. R alone needs 50 days to complete the same work. then Q alone can do it in....
QA->Plants which trap insects and other small creatures on their sticky leaves?....
QA->The magnifying power of a simple microscope can be increased if we use eye piece of?....
QA->P,Q and R together earn Rs.1620 in 9 days. P and R can earn Rs.600 in 5 days. Q and R in 7 days can earn Rs. How much amount does R can earn per day?....
QA->A can do a piece of work in 4 hours . A and C together can do it in just 2 hours, while B and C together need 3 hours to finish the same work. B alone can complete the work in --- days.....
MCQ->The preprocessor can trap simple errors like missing declarations, nested comments or mismatch of braces.....
MCQ->Fact 1: All dogs like to run. Fact 2: Some dogs like to swim. Fact 3: Some dogs look like their masters. If the first three statements are facts, which of the following statements must also be a fact? I: All dogs who like to swim look like their masters. II: Dogs who like to swim also like to run. III: Dogs who like to run do not look like their masters.....
MCQ->Read the following passage carefully and choose the most appropriate answer to the question out of the four alternatives. To avoid the various foolish opinions to which mankind are prone, no superhuman brain is required. A few simple rules will keep you free, not from all errors, but from silly errors. If the matter is one that can be settled by observation, make the observation yourself. Aristotle could have avoided the mistake of thinking that women have fewer teeth than men, by the simple device of asking Mrs. Aristotle to keep her mouth open while he counted. Thinking that you know when in fact you do not is a bad mistake, to which we are all prone. I believe myself that hedgehogs eat black beetles, because I have been told that they do but if I were writing a book on the habits of hedgehogs, I should not commit myself until I had seen one enjoying this diet. Aristotle, however, was less cautious. Ancient and medieval writers knew all about unicorns and salamanders not one of them thought it necessary to avoid dogmatic statements about them because he had never seen one of them. The attitude of the author is....
MCQ->Which of the following statements are correct about the below declarations? char p = "Sanjay"; char a[] = "Sanjay"; 1: There is no difference in the declarations and both serve the same purpose. 2: p is a non-const pointer pointing to a non-const string, whereas a is a const pointer pointing to a non-const pointer. 3: The pointer p can be modified to point to another string, whereas the individual characters within array a can be changed. 4: In both cases the '\0' will be added at the end of the string "Sanjay".....
MCQ->Which of the following statements are correct about functions used in C#.NET? Function definitions cannot be nested. Functions can be called recursively. If we do not return a value from a function then a value -1 gets returned. To return the control from middle of a function exit function should be used. Function calls can be nested.....
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