C
In computing, C is a general-purpose, block structured, procedural, imperative computer programming language developed in 1972 by Dennis Ritchie at the Bell Telephone Laboratories for use with the Unix operating system.
Application
Counters
Remove
Platform
Any
License
Any
: I am a beginner to C and I want to write a program to generate the
: following table but i am at a loss can anyone pls help me out with
: some source code.
You need two nested loops that...
:
: : : ok guys......
: : what happens if i have *a= "strings1, string2, string3,....,stringn."
: : the solution should be like to
: : -have two counters
: : -initialise the first to the first...
: : This message was edited by DrMarten at 2006-2-19 22:15:6
: : : Hey,
: : : I'm trying to translate a c program to basic and I seem to be getting lost in the for loops.
: : :
: : : // Declare...
: HI!
:
: I do not use any classes. I only use C code, and the enviroment I work on, Ubicom ip2k, does not support assertions or gcc gcov, code coverage.
:
: This is the reason I need to do...
: : i want to print out the months of a year which is enterd by the user in the following format. how to do?
: :
: : Jan Feb Mar
: : S M T W...
: i want to print out the months of a year which is enterd by the user in the following format. how to do?
:
: Jan Feb Mar
: S M T W T F S...