Question Set

1. Preprocessor directive #ifdef .. #else ... #endif is used for conditional compilation.



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
    True, these macros are used for conditional operation. #if <constant-expression> #elif <constant-expression> #endif
Show Similar Question And Answers
QA->The program that monitors users activity on internet and transmit that information in background to somewhere else is termed as....
QA->Directive Principles of State Policy ഏതു വകുപ്പിൽ ഉൾപ്പെടുന്നു? ....
QA->Which Directive Principle of State Policy has NOT been implemented so far?....
QA->Which part of the Constitution deals with the Directive Principles of State Policy?....
QA->Which amendments accorded precedence to Directive Principle over Fundamental Rights?....
MCQ->Preprocessor directive #ifdef .. #else ... #endif is used for conditional compilation.....
MCQ->Which of the following are valid .NET CLR JIT performance counters? Total memory used for JIT compilation Average memory used for JIT compilation Number of methods that failed to compile with the standard JIT Percentage of processor time spent performing JIT compilation Percentage of memory currently dedicated for JIT compilation....
MCQ->Will the program compile successfully? #include<stdio.h> int main() { #ifdef NOTE int a; a=10; #else int a; a=20; #endif printf("%d\n", a); return 0; }....
MCQ->Which of the following statements is/are not indicative of the difference between Fundamental Rights and Directive Principles? I. Directive Principles are aimed at promoting social welfare, while Fundamental Rights are for protecting individuals from State encroachment. II. Fundamental Rights are limitations on State action, while Directive Principles are positive instructions for the Government to work towards a just socioeconomic order. III. Fundamental Rights were included in the original Constitution, but Directive Principles were added by the first Amendment. IV. Fundamental Rights are amendable, but Directive Principles cannot be amended.?....
MCQ->Which of the following statements are correct about an if-else statements in a C-program? 1: Every if-else statement can be replaced by an equivalent statements using   ?: operators 2: Nested if-else statements are allowed. 3: Multiple statements in an if block are allowed. 4: Multiple statements in an else block are allowed.....
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