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

Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop

0 Answers   HP,


How many levels deep can include files be nested?

0 Answers  


What is the Lvalue and Rvalue?

2 Answers  


for(i=1;i>0;i++); printf("i=%d",i); what will be the answer????

7 Answers  


for questions 14,15,16,17 use the following alternatives:a.int b.char.c.string.d.float

1 Answers  






Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays

0 Answers  


What are the rules for identifiers in c?

0 Answers  


a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor

0 Answers  


Why does notstrcat(string, "!");Work?

0 Answers  


Does sprintf put null character?

0 Answers  


What is an array in c?

0 Answers  


what is the difference between definition and declaration? give me some examples.

2 Answers   TCS,


Categories