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 |
Are the expressions * ptr ++ and ++ * ptr same?
write a program to display reverse of a number using for loop?
to get a line of text and count the number of vowels in it
What is binary tree in c?
Which is not valid in C? 1) class aClass{public:int x;} 2) /* A comment */ 3) char x=12;
convert 12345 to 54321 withoutusing strig
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
What is the difference between text and binary modes?
what is difference between array,strutter,union and pointers
3 Answers CTS, Lovely Professional University, Mannar Company,
how many key words availabel in c a) 28 b) 31 c) 32
Can U write a C-program to print the size of a data type without using the sizeof() operator? Explain how it works inside ?
where do we use volatile keyword?