What is the explanation for modular programming?


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

Post New Answer

More C Interview Questions

What is the use of function in c?

0 Answers  


print the palindrome numbers in between 0 to n

1 Answers  


define string ?

0 Answers  


What is dynamic variable in c?

0 Answers  


Write a program to print “hello world” without using semicolon?

0 Answers  






what is a void pointer?

2 Answers  


What is actual argument?

0 Answers  


what do structure language means?

3 Answers   Microsoft,


How reliable are floating-point comparisons?

0 Answers  


write a program in c to find out the sum of digits of a number.but here is a condition that compiler sums the value from left to right....not right to left..

1 Answers  


void main() { int a=1; while(a++<=1) while(a++<=2); }

4 Answers   HCL,


how to impliment 2 or more stacks in a single dimensional array ?

1 Answers   iFlex, Microsoft,


Categories