what is the difference between structural,object
based,object orientd programming languages?
Answer Posted / 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 |
Post New Answer View All Answers
What is the use of volatile?
Distinguish between actual and formal arguments.
What is an example of structure?
Can 'this' pointer by used in the constructor?
What are the two types of functions in c?
Explain modulus operator. What are the restrictions of a modulus operator?
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
What is the use of c language in real life?
What does the c preprocessor do?
What is hashing in c language?
How many data structures are there in c?
How would you obtain the current time and difference between two times?
What is pointers in c?
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
What is the difference between ++a and a++?