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

Explain what are the different file extensions involved when programming in c?

0 Answers  


write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)

0 Answers   Google,


What are valid signatures for the Main function?

0 Answers  


How can I remove the trailing spaces from a string?

0 Answers   Aspire,


Calculate 1*2*3*____*n using recursive function??

0 Answers  






Find if a number is power of two or not?

1 Answers  


Explain do array subscripts always start with zero?

0 Answers  


any string of bits of length 'n' represents a unique non- negative integer between.............?

2 Answers  


Is main is a keyword in c?

0 Answers  


sqrt(x+sqrt(x+sqrt(x+sqrt(x))))=2; Find the value of x?

4 Answers   Subex,


Is null a keyword in c?

0 Answers  


int a=1,b=2,c=3; printf("%d,%d",a,b,c); What is the output?

14 Answers   Verifone,


Categories