What is the OOPs concept?



What is the OOPs concept?..

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

Post New Answer

More C Interview Questions

What happens if a header file is included twice?

0 Answers  


What are the data types present in c?

0 Answers  


Why do we use c for the speed of light?

0 Answers  


What is wrong in this statement? scanf(“%d”,whatnumber);

0 Answers  


What is static memory allocation?

0 Answers  






what is the diff b/w static and non static variables in C. Give some examples plz.

3 Answers   Wipro,


what does the following function print? func(int i) { if(i%2)return 0; eale return 1; } main() { int =3; i=func(i); i=func(i); printf("%d",i);}

9 Answers   TCS,


to get a line of text and count the number of vowels in it

2 Answers  


main() { int i,n=010; int sum=0; for(i=1;i<=n;i++) {s=s+i; } printf("%d",&s); getch(); }

6 Answers  


what is a far pointer

12 Answers   ABB, DRDO, ITI, Maruti Suzuki, Steel Plant, TCS, Toyota, Vivo Mobiles,


Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.

0 Answers  


What does d mean?

0 Answers  


Categories