What is array in C


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

Post New Answer

More C Interview Questions

What are structure members?

0 Answers  


what is data structure?

5 Answers   CBSE,


int main() { int i=1; switch(i) { case '1': printf("hello"); break; case 1: printf("Hi"); break; case 49: printf("Good Morning"); break; } return 0; }

3 Answers  


What is the output of the program given below #include<stdio.h> main() { char i=0; for(;i>=0;i++) ; printf("%d\n",i); }

21 Answers   ADITI, Student, TCS,


Which are low level languages?

0 Answers  






How do you use a 'Local Block'?

0 Answers   Ericsson,


x=2,y=6,z=6 x=y==z; printf(%d",x)

13 Answers   Bharat, Cisco, HCL, TCS,


Can true be a variable name in c?

0 Answers  


write a program for egyptian fractions in c?

1 Answers   Satyam,


How we can write a value to an address using macro..?

0 Answers   Tata Elxsi,


difference between spiral and waterfall model

1 Answers  


Can you please explain the difference between syntax vs logical error?

0 Answers  


Categories