What is an array in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

which of 'arrays' or 'pointers' are faster?

5 Answers  


Is there any demerits of using pointer?

0 Answers  


The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference

0 Answers  


If you know then define #pragma?

0 Answers  


Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.

0 Answers   Infosys,






Explain what is meant by 'bit masking'?

0 Answers  


how to make program without <> in library.

1 Answers   ADITI,


Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.

0 Answers   TCS,


how can i sort numbers from ascending order and descending order using turbo c..

1 Answers  


how can i get output the following... 5 4 3 2 1 4 3 2 1 3 2 1 2 1 1 and 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 plz plz...

3 Answers  


Does free set pointer to null?

0 Answers  


How to add two numbers with using function?

4 Answers  


Categories