Can we increase size of array in c?


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

Post New Answer

More C Interview Questions

How do you search data in a data file using random access method?

0 Answers  


"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks

0 Answers  


What is volatile keyword in c?

0 Answers  


#include<stdio.h> main() { int a=1; int b=0; b=++a + ++a; printf("%d %d",a,b); }

7 Answers   Infosys,


A stack can be implemented only using array?if not what is used?

3 Answers   InterGlobal,






Why is malloc used?

1 Answers  


Why do we use int main instead of void main in c?

0 Answers  


Explain in detail how strset (string handling function works )pls explain it with an example.

1 Answers  


Program to display given 3 integers in ascending order

1 Answers   N Tech,


What is the collection of communication lines and routers called?

0 Answers  


Explain what is the difference between null and nul?

0 Answers  


What is difference between structure and union with example?

0 Answers  


Categories