The experts on this site are more than happy to help you with your problems but they cannot do your assignment/program for you. Attempt the assignment/program yourself first and post questions regarding any difficulties you have or about a particular function of the code that you don't know how to achieve.
Using a good, clear thread title is important. The reasons for this are:
We want this site to grow, many of our new members find the site using a search engine, by using a good thread title you will help us grow the site by helping us get better search engine rankings.
Using a good title will benefit you too because other members of the forum will be less likely to skip over your thread and it allows the experts to quickly scan through the forum for questions they know the answer to.
If the threads are well titled it allows other users to easily see if there have been any threads that could be relevant to their own current problem.
It is in everybody's best interests to post properly titled threads as the more time the moderators have to spend on managing titles the less time they have available to give answers to the questions posed.
Hi,
The value of the statement printf("%d") varies depending on the compiler we use.
In Unix, cc compiler will produce a result as some unknown integer value.
In Turbo C compiler the result will be zero.
Hi,
The value of the statement printf("%d") varies depending on the compiler we use.
In Unix, cc compiler will produce a result as some unknown integer value.
In Turbo C compiler the result will be zero.
This depends on the compiler which we use
Regrads,
Chella
My compiler makes daemons fly out of your nose. As said before: calling the
printf function like this causes undefined behaviour. Every (educated?) guess
what the output would/could be is just guessing. Nothing can be said about it.
Comment