what is the difference between structural,object
based,object orientd programming languages?
Answer / himanshu singh
In structural focus is more on procedures whereas in oject based focus is more on data..
one mr thing.. structural follows top down approach whereas object oriented follows bottom up approach
Is This Answer Correct ? | 4 Yes | 3 No |
List some of the static data structures in C?
What language is lisp written in?
Is it fine to write void main () or main () in c?
Write a program to give following output..... ********* **** **** *** *** ** ** * * ** ** *** *** **** **** *********
How we can write a value to an address using macro..?
plz answer....A program that takes 3 variables e.g a,b,c in as seperate parameters and rotates the values stored so that value goes a to b, b to c and c to a .
Explain high-order bytes.
How can I do serial ("comm") port I/O?
In c programming language, how many parameters can be passed to a function ?
main() { static char *s[]={"black","white","yellow","voilet"}; char **ptr[]={s+3,s+2,s+1,s}, ***p; p=ptr; **++p; printf("%s",*--*++p+3); }
What are the characteristics of arrays in c?
What is an auto variable in c?