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

A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.

0 Answers  


what is the difference between i++ and ++i?

5 Answers  


What functions are used for dynamic memory allocation in c language?

0 Answers  


Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 2. Enter alphanumeric characters and form 2 array alphaets and digits.Also print the count of each array.

0 Answers  


Why do we use & in c?

0 Answers  


What is the newline escape sequence?

0 Answers  


simple program for virtual function?

1 Answers  


wtite a program that will multiply two integers in recursion function

4 Answers   TCS,


#include<stdio.h> void main() { int a,b,c; a=b=c=1; c=++a || ++b && ++c; printf("%d\t%d\t%d",a,b,c); }

3 Answers  


What are identifiers in c?

0 Answers  


How many types of arrays are there in c?

0 Answers  


write a 'c' program to sum the number of integer values

8 Answers  


Categories