Answer Posted / manish sharma
Array is a collection of similar data type,
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain modulus operator. What are the restrictions of a modulus operator?
Is it fine to write void main () or main () in c?
Tell us something about keyword 'auto'.
What is structure data type in c?
Is c procedural or functional?
Tell me the use of bit field in c language?
What are header files in c programming?
what value is returned to operating system after program execution?
What is hashing in c?
Is javascript based on c?
What is #include stdlib h?
What is c value paradox explain?
why return type of main is not necessary in linux
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
What do you mean by a sequential access file?