What is an array? 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

Why is c called c not d or e?

0 Answers  


#include main() { int i=1,j=2; switch(i) { case 1: printf("GOOD"); break; case j: printf("BAD"); break; } }

6 Answers   ME,


In a switch statement, what will happen if a break statement is omitted?

0 Answers  


What is d'n in c?

0 Answers  


Write a c program for sum of first n terms of the series S = 1 - (1/3) + (1/5) -(1/7) + (1/9) ......

2 Answers  






1 1 12 21 123 321 12344231 how i creat it with for loop??

1 Answers  


Program to write some contents into a file using file operations with proper error messages.

2 Answers  


How can you read a directory in a C program?

0 Answers  


What is difference between constant pointer and constant variable?

0 Answers   Hexaware,


What is the use of a static variable in c?

0 Answers  


In which header file is the null macro defined?

0 Answers  


Explain 'far' and 'near' pointers in c.

0 Answers  


Categories