How can you increase the size of a statically allocated array?
No Answer is Posted For this Question
Be the First to Post Answer
what is the maximum limit of row and column of a matrix in c programming. in linux .
How can I insert or delete a line (or record) in the middle of a file?
how i m write c program 1.check prime number 2.prime number series
write a program to find the frequency of a number
int n=1; while(1) { switch(n) { case 1:printf("a"); n++; continue; case 2:printf("b"); n++; continue; default : printf("c"); break; } break; }
How can we open a file in Binary mode and Text mode?what is the difference?
int main() { int i=1; switch(i) { case '1': printf("hello"); break; case 1: printf("Hi"); break; case 49: printf("Good Morning"); break; } return 0; }
Write a program for the following series? 1 121 12321 1234321 123454321 12345654321 1234567654321 123456787654321 12345678987654321 1234567890987654321 123456789010987654321 12345678901210987654321 1234567890123210987654321 .........1234321............ ..........123454321............ ..........12345654321............ 7 8 9 0 1 Pls............?
You have an array of n integers, randomly ordered with value 1 to n-1.The array is such that there is only one and one value occurred twice. How will you find this number?
How can I find out the size of a file, prior to reading it in?
hi send me sample aptitude papers of cts?
write a C program, given number is double without using addt ion and multiplication operator?ex:n=6,ans=12,pls send me ans to goviseenu@gmail.com