adplus-dvertising
frame-decoration

Question

Choose a correct implementation of C Pragma Warning?

a.

#pragma warn -par

b.

#pragma warn -rch

c.

#pragma warn -rvl

d.

All of the above

Answer: (d).All of the above

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Choose a correct implementation of C Pragma Warning?

Similar Questions

Discover Related MCQs

Q. At what stage of building a C program does Pragma work?

Q. What is the C Pragma directive or command to execute a particular function at startup of program?

Q. What is a Pragma in C language?

Q. Choose a correct form of using C Conditional Compilation commands IF ELSE .

Q. What is the abbreviation of C STDIO in stdio.h?

Q. What is the C Preprocessor directive to be used to add a header file or any file to existing C program?

Q. Choose a correct statement about C Macro?

Q. What is the command to preprocess a C file manually?

Q. What is the file extension of expanded source code of .C file after preprocessing?

Q. How do you separate a multiline macro in C language?

Q. How do you safeguard your .C file code from copying by outside developers or world?

Q. What is the output file generated after processing a .C file?

Q. What is the C keyword used to create global Constants?

Q. What is the keyword used to define a C macro?

Q. What is the another name for .C file?

Q. Preprocessor in C language works on

Q. Processor Directive in C language starts with

Q. What are the types of C Preprocessor Directives?

Q. What is the index of the last argument in command line arguments?

Q. In linux, argv[0] by command-line argument can be occupied by _________