proc() { static i=10; printf("%d",i); } If this proc() is called second time, what is the output?
7 10768#define min((a),(b)) ((a)<(b))?(a):(b) main() { int i=0,a[20],*ptr; ptr=a; while(min(ptr++,&a[9])<&a[8]) i=i+1; printf("i=%d\n",i);}
3 16348
What is structure pointer in c?
How can I run c program?
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 difference between #include and #include 'file' ?
Is a house a mass structure?
What is static memory allocation?
Why is c not oop?
please send me the code for multiplying sparse matrix using c
What is graph in c?
about c language
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
how to count no of words,characters,lines in a paragraph.
Are the variables argc and argv are local to main?
Why does not c have an exponentiation operator?
What is the difference between scanf and fscanf?