Answer Posted / rahamatulla
Array is collectioan of homogenius data types which stored
in memory allocation
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Tell me what is null pointer in c?
Tell me about low level programming languages.
Explain what are the __date__ and __time__ preprocessor commands?
What is the difference between declaring a variable by constant keyword and #define ing that variable?
Write a program to implement queue.
When we use void main and int main?
What is a file descriptor in c?
Should a function contain a return statement if it does not return a value?
Can variables be declared anywhere in c?
In a byte, what is the maximum decimal number that you can accommodate?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
Define C in your own Language.
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
Explain how do you view the path?
What is a #include preprocessor?