Is array a primitive data type in c?


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

Post New Answer

More C Interview Questions

write a c prog for removing duplicate character from an array and sorting remaining elements using a single array

1 Answers  


What math functions are available for integers? For floating point?

0 Answers  


The differences between Windows XP and Windows Visa

8 Answers   HCL,


What is the size of structure pointer in c?

0 Answers  


What is the general form of #line preprocessor?

0 Answers  






Code for calculating square root without using library function, of math.h

4 Answers   IBM,


What is the use of gets and puts?

0 Answers  


What is d'n in c?

0 Answers  


how to go with this?

1 Answers   Wipro,


Can you please explain the scope of static variables?

0 Answers  


what is the output of the below code? main( ) { printf ( "\nOnly stupids use C?" ) ; display( ) ; } display( ) { printf ( "\nFools too use C!" ) ; main( ) ; }

3 Answers  


Write a program which calculate sum of several number and input it into an array. Then, the sum of all the number in the array is calculated.

2 Answers  


Categories