Answer Posted / manishsharama
array is the collection of similar data type.
| Is This Answer Correct ? | 17 Yes | 6 No |
Post New Answer View All Answers
What is the general form of #line preprocessor?
Explain how can I write functions that take a variable number of arguments?
How can I get back to the interactive keyboard if stdin is redirected?
shorting algorithmS
What does & mean in scanf?
Why do we use int main?
What is a double c?
Is c is a high level language?
#include main() { int *p, *c, i; i = 5; p = (int*) (malloc(sizeof(i))); printf(" %d",*p); *p = 10; printf(" %d %d",i,*p); c = (int*) calloc(2); printf(" %d ",*c); }
What is the acronym for ansi?
what is the syallabus of computer science students in group- 1?
How many bytes are occupied by near, far and huge pointers (dos)?
What is c value paradox explain?
What is the use of static variable in c?
What does stand for?