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 |
wt is diference between int and int pointer as same as float and float pointer and char and char pointer
write a programming in c to find the sum of all elements in an array through function.
Write a program to swap two numbers without using the third variable?
What is difference between array and pointer in c?
How important is structure in life?
Whether there can be main inside another main?If so how does it work?
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
What are derived data types in c?
Explain the process of converting a Tree into a Binary Tree.
Write a C program to multiply tho numbers without using arithmetic operator (+, -, *, /).
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
What happens if a header file is included twice?