what is array?

Answer Posted / nayanprakash

Arry is a collection of similar data type.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain a file operation in C with an example.

657


What is C language ?

1523


Why can't I perform arithmetic on a void* pointer?

635


FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.

1196


How is a null pointer different from a dangling pointer?

555






How can you find the day of the week given the date?

609


What is volatile variable how do you declare it?

562


Explain bit masking in c?

633


GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA

1425


What does a function declared as pascal do differently?

603


Explain the process of converting a Tree into a Binary Tree.

2094


what are the different storage classes in c?

660


Write a program to find the biggest number of three numbers in c?

586


How can I do peek and poke in c?

613


What is the benefit of using const for declaring constants?

581