Answer Posted / srsabariselvan
Dennis MacAlistir Ritchie
| Is This Answer Correct ? | 92 Yes | 16 No |
Post New Answer View All Answers
what is the significance of static storage class specifier?
What is meant by recursion?
Which built-in library function can be used to match a patter from the string?
What are the two types of structure?
What is difference between union All statement and Union?
How can you return multiple values from a function?
When c language was developed?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
Are the outer parentheses in return statements really optional?
State the difference between realloc and free.
Explain what is dynamic data structure?
What is a sequential access file?
How many types of operators are there in c?
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
What do you mean by recursion in c?