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
what is the output of below pgm? void main() { int i=0; if(i) printf("pass"); else printf("fail"); }
write a C and C++ programme to implement the A,bubble sort B,quick sort C,insertion sort D,sequential search E,binary search
How to implement variable argument functions ?
how 2 compile & execute c program with out using editor?
Hi, main() { } Is a user defined function or Built in Functionn
void main() { int a[]={1,2,3,4,5},i; for(i=0;i<5;i++) printf("%d",a++); getch(); }
what r the cpu registers r ther?
Tell me about low level programming languages.
What is a structure and why it is used?
What is volatile in c language?
What's the best way of making my program efficient?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?