What is the use of static variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
main() { struct test { char c; int i; char m; } t1; printf("%d %d\n", sizeof(t1), sizeof(t1.c)); }
1 Answers Vector, Vector India,
what does the following function print? func(int i) { if(i%2)return 0; eale return 1; } main() { int =3; i=func(i); i=func(i); printf("%d",i);}
What is cohesion and coupling in c?
how do you redirect stdout value from a program to a file?
What is the description for syntax errors?
What happens if header file is included twice?
What is far pointer in c?
create a C program that displays one z,two y's,three x's until twenty six A's. plzz answer i need it tomorrow.
Write a program which take a integer from user and tell whether the given variable is squar of some number or not. eg: is this number is 1,4,9,16... or not
to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?
what is the use of operator ^ in C ? and how it works?
Write a programe print the sum of series 0,1,2,.....10