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
Do you know null pointer?
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
What is multidimensional arrays
What is the purpose of type declarations?
How are structure passing and returning implemented?
What does the message "automatic aggregate intialization is an ansi feature" mean?
What are the different types of pointers used in c language?
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
What are the preprocessor categories?
What is the difference between union and anonymous union?
What is the value of c?
What is array of structure in c?
What is character set?
Explain the concept and use of type void.
Disadvantages of C language.