Why we are use # in begning of programme of c++.
Answer Posted / durga.g
# is used to include the headerfiles or predefined files
into our programme.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
can inline function declare in private part of class?
What is object and example?
What is polymorphism give a real life example?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
Why is oop useful?
What is polymorphism what are the different types of polymorphism?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
Question: Write a program that prints a paycheck. Ask the program user for the name of the employee, the hourly rate, and the number of hours worked. If the number of hours exceeds 40, the employee is paid “time and a half”, that is, 150 percent of the hourly rate on the hours exceeding 40. Be sure to use stepwi se refine ment and break your solution into several functions. Use the int_name function to print the dollar amount of the check.
Give two or more real cenario of virtual function and vertual object
What is abstraction with example?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
how to get the oracle certification? send me the answer
What is abstraction example?
What is polymorphism in oops with example?
What are objects in oop?