Why we are use # in begning of programme of c++.
Answers were Sorted based on User's Feedback
Answer / supriya
#include instruction will include the definitions of all
predefined functions of the header file that is specified
with this instruction before the program is made executable
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / durga.g
# is used to include the headerfiles or predefined files
into our programme.
| Is This Answer Correct ? | 2 Yes | 0 No |
What is encapsulation and abstraction? How are they implemented in C++?
0 Answers Agilent, ZS Associates,
why in java first invoke public static void main(String args[]) method????Why not public static void method1(String args[])??
Question: Implement a base class Appointment and derived classes Onetime, Daily, Weekly, and Monthly. An appointment has a description (for example, “see the dentist”) and a date and time. Write a virtual function occurs_on(int year, int month, int day) that checks whether the appointment occurs on that date. For example, for a monthly appointment, you must check whether the day of the month matches. Then fill a vector of Appointment* with a mixture of appointments. Have the user enter a date and print out all appointments that happen on that date.
What is super in oop?
What do you mean by overloading?
Which is the best institute in hyderabad for C/C++ and it also has fast track course structure.
how to swap to variables without using thrid variable in java?
what is new operator in c++
What is a macro? And how is a macro same as a template?
how much classes are used in c++
can we make a class static without using static keyword?
What is abstract class in oops?