What are the 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

struct node { int *a; char *b; char array[12]; }; struct node m,*n; assign the value in *a,*b,char array[12]

3 Answers  


Who is the founder of c language?

0 Answers  


what is the output of the program and explain why?? #include<stdio.h> void main ( ) { int k=4,j=0: switch (k) { case 3; j=300; case 4: j=400: case 5: j=500; } printf (“%d\n”,j); }

14 Answers   Oracle,


write a program in c language to print your bio-data on the screen by using functions.

6 Answers   College School Exams Tests, IBM,


What are predefined functions in c?

0 Answers  


What is diffrance between declaration and defination of a variable or function

4 Answers  


any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above

0 Answers  


Explain the difference between strcpy() and memcpy() function?

0 Answers  


marge linklist

0 Answers   HCL,


Why do we need a structure?

0 Answers  


Explain built-in function?

0 Answers  


What is size of union in c?

0 Answers  


Categories