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

#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }

0 Answers   Wilco,


What is string in c language?

0 Answers  


how to implement stack work as a queue?

2 Answers  


What are the advantage of c language?

0 Answers  


write a program to generate address labels using structures?

0 Answers   SJC,






What is a loop?

0 Answers  


which is conditional construct a) if statement b) switch statement c) while/for d) goto

0 Answers  


Hai friends im a i year student. i want to develop my knowledge in the field of TSR in c. How I'm Improve ?

2 Answers  


What is function prototype?

0 Answers  


YBJBU6

1 Answers  


What should malloc() do? Return a null pointer or a pointer to 0 bytes?

0 Answers  


char S; char S[6]= " HELLO"; printf("%s ",S[6]); output of the above program ? (0, ASCII 0, I,unpredictable)

7 Answers   Mascot,


Categories