What is the advantage of an array over individual variables?


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

Post New Answer

More C Interview Questions

What is the purpose of the statement: strcat (S2, S1)?

0 Answers  


How do we open a binary file in Read/Write mode in C?

0 Answers   Alter,


what is diference between return 0 and return NULL??

3 Answers  


given the piece of code int a[50]; int *pa; pa=a; to access the 6th element of the array which of the following is incorrect? a.*(a+5) b.a[5] c.pa[5] d.*(*pa + 5)

6 Answers   amu, TCS,


print pattern 1 1 33 33 555 555 77777777 555 555 33 33 1 1

1 Answers   Winit,






Write a C/C++ program that connects to a MySQL server and checks intrusion attempts every 5 minutes. If an intrusion attempt is detected beep the internal speaker to alert the administrator. A high number of aborted connects to MySQL at a point in time may be used as a basis of an intrusion.

1 Answers  


increment operateor (++)and decrament(--) #include<stdio.h> #inclide<conio.h> main() { int x=15; while(x!=0) scanf("%d",&x); {

2 Answers   HCL, Syntel, TCS,


How can I increase the allowable number of simultaneously open files?

1 Answers   CSC,


What is memory leak in c?

0 Answers  


What are variables and it what way is it different from constants?

0 Answers  


What is bin sh c?

0 Answers  


Write a program that can show the multiplication table.

0 Answers   Student,


Categories