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

Program to find larger of the two numbers without using if-else,while,for,switch

11 Answers   iNautix, Wipro,


What type is sizeof?

0 Answers  


Can true be a variable name in c?

0 Answers  


Is c pass by value or reference?

0 Answers  


input may any number except 1,output will always 1.. conditions only one variable should be declare,don't use operators,expressions,array,structure

4 Answers   IBM,






main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }

0 Answers   Wilco,


Does c have an equivalent to pascals with statement?

0 Answers  


What is scanf_s in c?

0 Answers  


write a program to print sum of each row of a 2D array.

4 Answers  


Why doesnt that code work?

0 Answers  


Linked lists -- can you tell me how to check whether a linked list is circular?

0 Answers  


Is c functional or procedural?

1 Answers  


Categories