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 |
can you explain how to use JavaBean in Project
What is object in oop?
When a private constructer is being inherited from one class to another class and when the object is instantiated is the space reserved for this private variable in the memory??
What is pointer in oop?
write a programe to calculate the simple intrest and compund intrest using by function overlading
There are 2 classes defined as below public class A { class B b; } public class B { class A a; } compiler gives error. How to fix it?
what is the difference between virtual function and destoctor?
sir i want to know which posting to apply since i am BE CSE.. also want to know what are the rounds there for my interview...Expecting for ur valuable answer....
How to execute business logic for only once ..?even though user clicks submit button multiple times by mistake..? (i disabled JavaScript)
This program numbers the lines found in a text file. Write a program that reads text from a file and outputs each line preceded by a line number. Print the line number right-adjusted in a field of 3 spaces. Follow the line number with a colon, then one space, then the text of the line. You should get a character at a time and write code to ignore leading blanks on each line. You may assume that the lines are short enough to fit within a line on the screen. Otherwise, allow default printer or screen output behavior if the line is too long (i.e., wrap or truncate). A somewhat harder version determines the number of spaces needed in the field for the line numbers by counting lines before processing the lines of the file. This version of the program should insert a new line after the last complete word that will fit within a 72-character line.
what is abstract class ? when is used in real time ? give a exp
what i oops concept, how many languages supports oops concept?