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
using only #include
Explain threaded binary trees?
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
why wipro wase
Explain high-order and low-order bytes.
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
Which is the best website to learn c programming?
how to write optimum code to divide a 50 digit number with a 25 digit number??
Can you apply link and association interchangeably?
How to compare array with pointer in c?
write a program to rearrange the array such way that all even elements should come first and next come odd
What is data structure in c programming?
What are logical errors and how does it differ from syntax errors?
5 Write an Algorithm to find the maximum and minimum items in a set of ānā element.
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?