what are the static variables
Answer Posted / guest
enum
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is build process in c?
Is c dynamically typed?
What is variable initialization and why is it important?
What are the 5 types of organizational structures?
What is the explanation for modular programming?
What is the g value paradox?
how to execute a program using if else condition and the output should enter number and the number is odd only...
What is a buffer in c?
How many main () function we can have in a project?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
What is array in C
find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }
What is a structure in c language. how to initialise a structure in c?
What do mean by network ?