How can you increase the size of a statically allocated array?
No Answer is Posted For this Question
Be the First to Post Answer
Write a C++ program to give the number of days in each month according to what the user entered. example: the user enters June the program must count number of days from January up to June
dynamically allocate memory for linear array of n integers,store some elements in it and find some of them
Explain what is the general form of a c program?
Write a Program to find whether the given number or string is palindrome.
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
What are the key features in c programming language?
write an algorithm which can find the largest number among the given list using binary search ............... this was asked in the interview
2 Answers Satyam, UNIS, Wipro,
Why do we use int main?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
What character terminates all strings composed of character arrays? 1) 0 2) . 3) END
What is the purpose of void in c?
What is #define?