what is the difference between structural,object
based,object orientd programming languages?



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

Post New Answer

More C Interview Questions

Read two numbers from keyboard and find maximum of them?

1 Answers  


How to find the digits truncation when assigning the interger variable to the character variables. like int i=500; char x = i : here we have truncation. how to find this. another ex: i =100; char x=i. here we do not have truncation.

1 Answers   HCL,


Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent

0 Answers  


Define C in your own Language.

0 Answers   Motorola,


write a c program to remove all the duplicate characters in a string and replace with single character? ex:-input- AAABBBCCC output- ABC

2 Answers   HCL,






input any 4 digit number and find the difference of all the digits?

3 Answers   Google,


Explain how many levels deep can include files be nested?

0 Answers  


main() { printf("hello%d",print("QUARK test?")); }

5 Answers  


Explain what are preprocessor directives?

0 Answers  


What is the c language function prototype?

0 Answers  


What is a pointer on a pointer in c programming language?

0 Answers  


what is op? for(c=0;c=1000;c++) printf("%c",c);

21 Answers   Trigent,


Categories