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 HEADER?
whitch value return void main?
Can I pass constant values to functions which accept structure arguments?
explain what is an endless loop?
write a program to print the all 4digits numbers & whose squares must me even numbers?
What is the difference between calloc() and realloc()?
whether itis a structured language?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
What is c mainly used for?
Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)
Write a C program to get the desired output. 1 1 2 1 1 3 3 1 1 4 6 4 1 1 5 10 10 5 1 . . . 1 n..............n 1 Note: n is a positive integer entered by the user.
What are the rules for identifiers in c?