Explain why can’t constant values be used to define an array’s initial size?
No Answer is Posted For this Question
Be the First to Post Answer
Difference between fopen() and open()?
How can you determine the maximum value that a numeric variable can hold?
const char * char * const What is the differnce between the above tow?.
compute the nth mumber in the fibonacci sequence?
10 Answers Canon, HPL, Satyam, TCS,
what is the size of an integer variable?
main() { FILE *fs; char c[10]; fs = fopen(“source.txt”, ”r”); /* source.txt exists and contains “Vector Institute” */ fseek(fs,0,SEEK_END); fseek(fs,-3L,SEEK_CUR); fgets(c,5,fs); puts(c); }
what is computer
What is the difference b/w main() in C language and main() in C++.
What do you mean by dynamic memory allocation in c?
Why is structure important for a child?
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
write a program for odd numbers?