Why ca not I do something like this?
What is a program flowchart and explain how does it help in writing a program?
Explain the use of 'auto' keyword in c programming?
Why is c used in embedded systems?
Why isn't it being handled properly?
What happens if a header file is included twice?
What are keywords in c with examples?
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
What is a file descriptor in c?
What is the use of typedef in c?
How do you override a defined macro?
What is the difference between call by value and call by reference in c?
Why do we use static in c?
#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }
Explain the properties of union. What is the size of a union variable