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 |
Do you know what is a programing language ?
i need all types of question paper releted to "c" and other language.
int a=20; int b=30; int c=40; printf("%d%d%d"); what will be the output?
HOW CAN ADD OUR FUNCTION IN LIBRARY.
Write a C Programm.. we press 'a' , it shows the albhabetical number is 1, if we press 'g' it shows the answer 7.. any can help me
Write a program that can show the multiplication table.
Do character constants represent numerical values?
write a program which counts a product of array elements lower than 10.
What is a void * in c?
Can the “if” function be used in comparing strings?
What does struct node * mean?
write a program for egyptian fractions in c?