What is array in c with example?


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

Post New Answer

More C Interview Questions

How do you convert strings to numbers in C?

0 Answers  


What is an auto variable in c?

0 Answers  


What is undefined behavior?

1 Answers  


write a C code to reverse a string using a recursive function, without swapping or using an extra memory.

9 Answers   Motorola, TCS, Wipro,


Explain what is wrong with this program statement? Void = 10;

0 Answers  


hi how to convert program from notepad to turboc editor can u please help me

3 Answers  


Can we write a program without main() function?

9 Answers  


Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;

2 Answers   Bosch,


a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list

0 Answers  


What is the significance of an algorithm to C programming?

0 Answers  


Determine if a number is a power of 2 at O(1).

2 Answers  


21. #define square(x) x*x main() { int i; i = 64/square(4); printf("%d",i); }

3 Answers  


Categories