Answer Posted / balu
array is a collection of variables with similar data type;
syntax: data type array name[size];
example: int a[5];
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
What is a double c?
Which is an example of a structural homology?
What is variable in c example?
Why do we use return in c?
Write a program of prime number using recursion.
Why isnt there a numbered, multi-level break statement to break out
Explain the difference between malloc() and calloc() in c?
What are pointers? What are different types of pointers?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
What is modeling?
In a header file whether functions are declared or defined?
What is the difference between the expression “++a” and “a++”?
What is a file descriptor in c?
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none