Differentiate between static and dynamic modeling.


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

Post New Answer

More C Interview Questions

If I want to initialize the array like. int a[5] = {0}; then it gives me all element 0. but if i give int a[5] = {5}; then 5 0 0 0 0 is ans. what will I do for all element 5 5 5 5 5 in a single statement???

3 Answers   Amdocs, IBM,


Explain what will the preprocessor do for a program?

0 Answers  


What the advantages of using Unions?

0 Answers   TISL,


1. main() { printf("%d",printf("HelloSoft")); } Output?

3 Answers   HCL,


In a switch statement, what will happen if a break statement is omitted?

0 Answers  






How do you declare a variable that will hold string values?

0 Answers  


write a programming in c language, 1 3 5 7 9 11

2 Answers   NIIT,


When c language was developed?

0 Answers  


How can I do graphics in c?

0 Answers  


main() { int i=0; while(+(+i--)!=0) i-=i++; printf(i); }

3 Answers  


What are bit fields? What is their use?

2 Answers   Adobe,


What is the difference function call by value & function call by reference?

6 Answers  


Categories