Answer Posted / amitpratapsingh
array is the collection of similar elements or similar data type.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
main() { printf("hello"); fork(); }
What is the difference between union and anonymous union?
How do you determine whether to use a stream function or a low-level function?
Explain how does flowchart help in writing a program?
What are the features of the c language?
Write a code to generate divisors of an integer?
What are the different types of control structures?
What is c method?
swap 2 numbers without using third variable?
List the difference between a "copy constructor" and a "assignment operator"?
What are inbuilt functions in c?
What is pointers in c?
Explain the difference between getch() and getche() in c?
Explain what is the benefit of using #define to declare a constant?
What is this infamous null pointer, anyway?