How many types of arrays are there in c?


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

Post New Answer

More C Interview Questions

how to make a scientific calculater ?

0 Answers  


how to write optimum code to divide a 50 digit number with a 25 digit number??

0 Answers   MGM,


diff. between *p and **p

3 Answers  


Why c language is called c?

0 Answers  


Which of these functions is safer to use : fgets(), gets()? Why?

0 Answers  






what is the output on the screen? int n; n=printf("my name is %d",printf("kiran %d",printf("kumar"))); printf("\n %d \n",n);

4 Answers   TCS,


what is the little endian and big endian?

1 Answers  


Where are local variables stored in c?

0 Answers  


How can I send mail from within a c program?

0 Answers  


Describe how arrays can be passed to a user defined function

0 Answers  


7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.

0 Answers  


How do you determine whether to use a stream function or a low-level function?

0 Answers  


Categories