What does static variable mean in c?
No Answer is Posted For this Question
Be the First to Post Answer
c program to input values in a table(using 2D array) and print odd numbers from them
An interactive c program to read basic salary of 15 persons. each person gets 25% of basic as HRA, 15%of basic as conveyance allowances, 10%of basic as entertainment allowances.The total salary is calculated by adding basic+HRA+CA+EA.Calculate how many out of 15 get salary above 10,000.Rs also print the salary of each employee
What is the condition that is applied with ?: Operator?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
what is the flow of execution in cprogram? ex:printf();,scanf();
a simple program in c language
a 'c' program to tell that the set of three coordinates lie on a same line
what is the difference between postfix and prefix unary increment operators?
what is the use of operator ^ in C ? and how it works?
What does the error message "DGROUP exceeds 64K" mean?
How to write a C program to determine the smallest among three nos using conditional operator?
main() { charx; while (x=0;x<=255;x++) printf("\nAscii value %d Character %c,x,x); }