How can I change the size of the dynamically allocated array?


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

Post New Answer

More C Interview Questions

the data type used for unlimited value in c and how to do this program

1 Answers  


What is data structure in c and its types?

0 Answers  


Place the #include statement must be written in the program?

0 Answers  


Why do u use # before include in a C Progam?

9 Answers   IBM,


Explain what are binary trees?

0 Answers  






main() { int a[3][4] ={1,2,3,4,5,6,7,8,9,10,11,12} ; int i, j , k=99 ; for(i=0;i<3;i++) for(j=0;j<4;j++) if(a[i][j] < k) k = a[i][j]; printf("%d", k); }

4 Answers   Vector, Wipro, Zoho,


what is difference b/w extern & volatile variable??

6 Answers   Teleca,


diff. between *p and **p

3 Answers  


What is the description for syntax errors?

0 Answers  


What is the process to generate random numbers in c programming language?

0 Answers  


second highest number in a given set of numbers

3 Answers   TCS,


a c code by using memory allocation for add ,multiply of sprase matrixes

0 Answers  


Categories