What is the OOPs concept?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
The Object-Oriented Programming System, or OOPs for short, is a paradigm that offers ideas like inheritance, classes, and objects.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
The Object-Oriented Programming System, or OOPs for short, is a paradigm that offers ideas like inheritance, classes, and objects.
Is This Answer Correct ? | 0 Yes | 0 No |
The Object-Oriented Programming System, or OOPs for short, is a paradigm that offers ideas like inheritance, classes, and objects.
Is This Answer Correct ? | 0 Yes | 0 No |
what is link list?
What are the uses of a pointer?
mplementation of stack using any programing language
Explain argument and its types.
write a program in C to swap two variables
difference between the array and linked list general difference related to memory
how to swap two nubers by using a function with pointers?
Why is the code below functioning. According to me it MUST NOT.
To what value do nonglobal variables default? 1) auto 2) register 3) static
write a program of bubble sort using pointer?
What is local and global variable in c?
a=(1,2,3); b=1,2,3; c=1,(2,3); d=(1,2),3; what's the value of 'a','b','c','d'