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 syallabus of computer science students in group- 1?

0 Answers  


Why is conio.h not required when we save a file as .c and use clrscr() or getch() ?

2 Answers  


Explain what are global variables and explain how do you declare them?

0 Answers  


write a function to find whether a string is palindrome or not and how many palindrome this string contain?

2 Answers   Aptech,


How many types of errors are there in c language? Explain

0 Answers  






What is stack in c?

0 Answers  


size maximum allocated by calloc()

3 Answers   DELL,


Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

1 Answers  


How pointers are declared?

0 Answers  


Given an array of characters, how would you reverse it? How would you reverse it without using indexing in the array?

1 Answers   Microsoft,


void swap(int a,int b) { a=a+b; b=a-b; a=a-b; } in this code always gives the same result for all case

9 Answers   Accenture, TCS,


what is the flow of execution in cprogram? ex:printf();,scanf();

2 Answers  


Categories