Click here to Skip to main content
15,880,543 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i need a sample problems and codes for c language
Posted
Updated 5-Oct-11 21:07pm
v2
Comments
Mehdi Gholam 6-Oct-11 2:54am    
Please edit your question as it makes no sense.
viapauline 6-Oct-11 3:03am    
sorry i just need a sample problem and codes using c language

C++
#include "stdio.h"
#define LAZY_CODER 1
#define UNAWARE_OF_GOOGLE 1

void DoNothingLearnNothing()
{
 printf("...");
}

int main()
{
	while(LAZY_CODER && UNAWARE_OF_GOOGLE)
	{
		DoNothingLearnNothing();
	}
	
	return 0;
}
 
Share this answer
 
yes given problem where shall i begin
 
Share this answer
 
Comments
viapauline 6-Oct-11 3:01am    
helo i need a sample problems in using c language plus the codes
viapauline 6-Oct-11 3:01am    
i hope you can help me tnxz a lot

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900