How can you increase the size of a statically allocated array?


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

Post New Answer

More C Interview Questions

Write a program that takes a 5 digit number and calculates 2 power that number and prints it

7 Answers  


program for reversing a selected line word by word when multiple lines are given without using strrev

0 Answers   IBM,


In C programming, how do you insert quote characters (‘ and “) into the output screen?

0 Answers  


What is the purpose of realloc()?

0 Answers  


Program to find the sum of digits of a given number until the sum becomes a single digit

8 Answers   InterGraph,






Explain the use of 'auto' keyword in c programming?

0 Answers  


How to find the digits truncation when assigning the interger variable to the character variables. like int i=500; char x = i : here we have truncation. how to find this. another ex: i =100; char x=i. here we do not have truncation.

1 Answers   HCL,


write a programme to enter some number and find which number is maximum and which number is minimum from enterd numbers.

3 Answers  


Is an array parameter is always "by reference" ?

1 Answers  


Why data types in all programming languages have some range? Why ritche have disigned first time likethat?Why not a single data type can support all other types?

2 Answers   Excel,


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,


what does keyword ‘extern’ mean in a function declaration?

1 Answers   Emerson,


Categories