what is the difference between procedure oriented and object
oriented progaming language
Answer / shrikantauti
POP includes procedures, where in OOP everything created is an object.
object is an instance of all class, which is used to call the methods with the help of periods.
OOP is any how better than POP.
| Is This Answer Correct ? | 0 Yes | 1 No |
what is c
Is flag a keyword in c?
a memory of 20 bytes is allocated to a string declared as char *s then the following two statements are executed: s="Etrance" l=strlen(s); what is the value of l ? a.20 b.8 c.9 d.21
What is wrong with this statement? Myname = 'robin';
What is a double c?
code snippet for creating a pyramids triangle ex 1 2 2 3 3 3
Is it valid to address one element beyond the end of an array?
out put of printf(ā%dā,printf(ram));
write a program to rearrange the array such way that all even elements should come first and next come odd
Explain what is the difference between functions abs() and fabs()?
program to find a smallest number in an array
control 50 devices which has 2 states on and off.using bitwise operator.plz answer it its urgent