Answer Posted / shruti
Array is a collection of homogeneous data-types..
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
How can you find out how much memory is available?
write a programming in c to find the sum of all elements in an array through function.
State the difference between x3 and x[3].
What are identifiers in c?
Who invented bcpl language?
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
What is the use of typedef in structure in c?
how could explain about job profile
What are variables c?
Once I have used freopen, how can I get the original stdout (or stdin) back?
What is the size of empty structure in c?
What is preprocessor with example?
What is the use of putchar function?
int i=10; printf("%d %d %d", i, i=20, i);