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

why programs in c are running with out #include<stdio.h>? some warnings are display in terminal but we execute the program we get answer why? eg: main() { printf("hello world "); }

0 Answers  


int main() { int i=-1,j=-1;k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d%d%d%d%d",i,j,k,l,m); }

3 Answers   HCL,


c pgm count no of lines , blanks, tabs in a para(File concept)

2 Answers  


What is malloc() function?

0 Answers  


what is const volatile?

2 Answers  






What does the c in ctime mean?

0 Answers  


a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above

0 Answers  


What is double pointer in c?

0 Answers  


write a c program to calculate sum of digits till it reduces to a single digit using recursion

0 Answers   IBM,


Explain what does the format %10.2 mean when included in a printf statement?

0 Answers  


how to write a prog in c to convert decimal number into binary by using recursen function,

1 Answers  


WHAT IS RTGS N MINIMUM AMT TO B TRANSFERD N WHAT R THE CHARGES ON MINIMUM AMT N IN WHICH BANK WE CAN DO IT?

1 Answers  


Categories