what is object oriental programing?
Answer / nirmal kumar tailor
Object means instance of the class.
object oriented means you can access all the class member
with the help of class object so this is called object
oriented language.
Is This Answer Correct ? | 4 Yes | 1 No |
What is abstract data structure in c?
What are static variables, and where are they stored?
What are the back slash character constants or escape sequence charactersavailable in c?
How to reverse alternate words in a given line of string For Eg: my name is narasimha output : my eman is ahmisaran
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
main() { int i=5; printf("%d",++i + i); } output is 10 ------------------------ main() { int i=5; printf("%d",i++ + i); }output is 12 why it is so? give appropiate reason....
a=0; b=(a=0)?2:3; a) What will be the value of b? why b) If in 1st stmt a=0 is replaced by -1, b=? c) If in second stmt a=0 is replaced by -1, b=?
what are the various memory handling mechanisms in C ?
how to write a prog in c to convert decimal number into binary by using recursen function,
write the program for maximum of the following numbers? 122,198,290,71,143,325,98
What are the advantages of external class?
How to use c/c++ code in JAVA
10 Answers CDAC, IBM, Satyam, Scope International,