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

List out few of the applications that make use of Multilinked Structures?

1 Answers   Accenture,


what are enumerations in C

0 Answers   TCS,


What is queue in c?

0 Answers  


what is a far pointer

12 Answers   ABB, DRDO, ITI, Maruti Suzuki, Steel Plant, TCS, Toyota, Vivo Mobiles,


Is sizeof a keyword in c?

0 Answers  






Write a program to find given number is even or odd without using any control statement.

2 Answers  


errors in computer programmes are called

1 Answers   NET,


What is the scope of global variable in c?

0 Answers  


Write a program to show the workingof auto variable.

2 Answers   Infotech,


what is out put of the following code? #include class Base { Base() { cout<<"constructor base"; } ~Base() { cout<<"destructor base"; } } class Derived:public Base { Derived() { cout<<"constructor derived"; } ~Derived() { cout<<"destructor derived"; } } void main() { Base *var=new Derived(); delete var; }

3 Answers   Honeywell,


What are examples of structures?

0 Answers  


void main(int argc,char *argv[],char *env[]) { int i; for(i=1;i<argc;i++) printf("%s",env[i]); }

3 Answers  


Categories