Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to write the operators (modulo)% and (div) / in C???

Status
Not open for further replies.

themavrik75

Programmer
Dec 7, 2001
2
0
0
US
please help. very urgent!!!
 
Try this:

#include <stdio.h>
void main()
{
printf(&quot;%% / \n&quot;);
}
 
That's funny!
user.gif
 
Redefine your problem in a clear understandable way.
Thats really funny (i mean the code snippet).:) Treat the daily build of a project as the heartbeat of the project. If there's no heartbeat the project is dead.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top