Answer Posted / anil kumar
Structure Programing means that type of language which is
based on structure it means all codding is done under main
function and when we want to change the functionality of
that programme then we have to change all functionality of
program.ex of it is c,COBOL etc
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
By using C language input a date into it and if it is right?
Is calloc better than malloc?
What is s or c?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
What are the advantages of union?
What is memcpy() function?
When should structures be passed by values or by references?
When should the const modifier be used?
What are the advantages and disadvantages of pointers?
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
What is the difference between class and object in c?
What is the difference between printf and scanf in c?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
What are the c keywords?
Is there a way to jump out of a function or functions?