What the different types of arrays in c?


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

Post New Answer

More C Interview Questions

what is Structural oriented language? give some example of this language.....?

1 Answers  


why 'c' is called middle level language.

2 Answers  


what is the output of the following program? main() { int c[]={2,8,3,4,4,6,7,5}; int j,*p=c,*q=c; for(j=0;j<5;j++) { printf("%d",*c); ++q; } for(j=0;j<5;j++) { printf("%d",*p); ++p; } }

4 Answers  


WHAT IS MAXIMUM SIZE OF AN ARRAY IN C LANGUAGE?

8 Answers   Carphone Warehouse, IBM, SAS,


we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above

0 Answers  


what is the use of macro program

1 Answers   TCS,


Dont ansi function prototypes render lint obsolete?

0 Answers  


What is the use of ?

0 Answers  


What is 02d in c?

0 Answers  


how to estimate the disk access time? e.g. the time between read one byte and another byte in the disk.

3 Answers   Google,


What is a double c?

0 Answers  


What is "Hungarian Notation"?

0 Answers   Celstream,


Categories