What is the explanation for modular programming?
No Answer is Posted For this Question
Be the First to Post Answer
Why is structure important for a child?
Write a C++ program to give the number of days in each month according to what the user entered. example: the user enters June the program must count number of days from January up to June
Why structure is used in c?
Write a program to print ASCII code for a given digit.
What is the purpose of 'register' keyword in c language?
main() { static char *s[]={"black","white","yellow","voilet"}; char **ptr[]={s+3,s+2,s+1,s}, ***p; p=ptr; **++p; printf("%s",*--*++p+3); }
What are structure types in C?
Explain logical errors? Compare with syntax errors.
what is the structure pointer?
void main() { int a=1; while(a++<=1) while(a++<=2); }
Explain how can I convert a string to a number?
Is malloc memset faster than calloc?