Answer Posted / suganya.s
C is a structured, procedural programming language.C has
been standardized as part of the Portable Operating system.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why isn't any of this standardized in c? Any real program has to do some of these things.
Explain how to reverse singly link list.
Which is best linux os?
Explain is it valid to address one element beyond the end of an array?
application attempts to perform an operation?
List the difference between a "copy constructor" and a "assignment operator"?
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
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
What is c programing language?
What is a sequential access file?
What is anagram in c?
What is the use of c language in real life?
What is modeling?
How many types of sorting are there in c?
Write a program to swap two numbers without using a temporary variable?