Which of the following is the correct syntax of including a user defined header files in C++? b) #include “userdefined” c) #include d) #include

Which of the following is the correct syntax of including a user defined header files in C++? b) #include “userdefined” c) #include d) #include Correct Answer userdefined

C++ uses double quotes to include a user-defined header file. The correct syntax of including user-defined is #include “userdefinedname”.
Bissoy MCQ

Related Questions

Which of the following is the correct syntax of including a user defined header files in C++?
A manager in your office received a new Windows 2000 Professional laptop computer. You have been asked to configure offline files for the manager to work on documents at home. You enable offline files, and have the manager log off of the network. During the logoff process, the expected synchronization of offline files does not occur. You have the manager log back on to the network. What can you do to correct the problem?
You are the administrator of a Windows 2000 Server computer that has one hard disk. This computer runs a custom application that writes a large number of small temporary files in a single directory to support request from client computers. To improve performance of the application, you add three new 100-GB SCSI disks to the server to hold these temporary files. You want to ensure that the application can use all 300 GB of space with a single drive letter. You also want to ensure the fastest possible performance when writing the temporary files. How should you configure the three disks?