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 |
Is it possible to initialize a variable at the time it was declared?
What is a constant?
What are the 4 types of programming language?
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
What do you understand by friend-functions? How are they used?
What are preprocessor directives?
what is output? main() { #define SQR(x) x++ * ++x int i = 3; printf(" %d %d ",SQR(i),i * SQR(i)); } a)9 27 b)35 60 c)20 60 d)15 175
write a program that will print %d in the output screen??
difference between my-strcpy and strcpy ?
3 Answers Geometric Software, IIM, Infosys,
write a program to find the largest and second largest integer from an array
State the difference between x3 and x[3].
what value is returned to operating system after program execution?