Answer Posted / kiran
In Java,since every statement is written under some class( including main()), we can call-it pure o-o. But, Smalltalk is the language that is pure o-o than java
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
Without Computer networks, Computers will be half the use. Comment.
What are the different types of linkage exist in c?
What does the file stdio.h contain?
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.
What are the header files used in c language?
What is a pointer in c?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
When c language was developed?
Why do we need a structure?
What are actual arguments?
how to construct a simulator keeping the logical boolean gates in c
What is difference between arrays and pointers?
What is the difference between declaring a variable and defining a variable?
What does main () mean in c?