Which is better oop or procedural?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.

0 Answers   HCL,


Why c is a mother language?

0 Answers  


What is pointer & why it is used?

0 Answers  


How can I remove the leading spaces from a string?

0 Answers  


void main() { char c; while(c=getchar()!='\n') printf("%d",c); } o/p=11 why?

8 Answers   Wipro,






What are the advantages and disadvantages of a heap?

0 Answers  


What is the difference between scanf and fscanf?

0 Answers  


#&#8206;include&#8236;<stdio.h> void main() { int i; for(i=5;0;i++) { printf("%d",i); } }

2 Answers   Facebook,


how to swap two integers 1 and 32767 without using third variable

11 Answers   Microsoft, TCS,


a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f

0 Answers   TCS,


Explain what is dynamic data structure?

0 Answers  


write a program to check whether a number is Peterson or not.

3 Answers  


Categories