Recently commented pages
Thu, 07 Mar 2013:
FreeCompilers, comment by 91.232.96.10(unregistered user)
shsxuw
Tue, 12 Feb 2013:
PassingArrayArguments, comment by ras.beamtele.net(unregistered user)
op oproggopi gjorrgporg r
Sat, 04 Aug 2012:
HowToConnectDatabase, comment by 10.0.0.164(unregistered user)
thanksssssssssssssss
Mon, 24 Oct 2011:
CreateNewPage, comment by 109.230.216.225(unregistered user)
Your answer was just what I ndeeed. It's made my day!
CFAQ, comment by 109.230.216.225(unregistered user)
A minute saved is a minute ereand, and this saved hours!
CategoryPuzzles, comment by 109.230.216.225(unregistered user)
It's iemaprtive that more people make this exact point.
MultiDimArray, comment by static.kpn.net(unregistered user)
That's way the bestest ansewr so far!
Sat, 22 Oct 2011:
BigNumFactorial, comment by 82.194.62.20(unregistered user)
I suppose that sunods and smells just about right.
Cquine, comment by 122.25-176.uio.satnet.net(unregistered user)
AFAIC that's the best awsenr so far!
Fri, 05 Aug 2011:
GoodCBooks, comment by triband-del-59.180.43.57.bol.net.in(unregistered user)
suggest me a good book which explains me basic of C so that i can understand C more easily........
Sun, 21 Nov 2010:
CategoryDownloads, comment by 115.184.86.60(unregistered user)
very good
Thu, 12 Aug 2010:
NewAndMallocDifferences, comment by 121.241.218.132.static-kolkata.vsnl.net.in(unregistered user)
Good one...
Fri, 23 Jul 2010:
FarHugeAndNear, comment by 119.82.87.47(unregistered user)
thanks a lot:)
small and clear:)
readers can also take reference from yaswant kanitkar pointers in c 2nd or last chapt[…]
Wed, 21 Jul 2010:
PriyaSridharan, comment by 61.11.80.125.static.chennai.vsnl.net.in(unregistered user)
I need basic program in java to add two nos using buffered reader plz send me as soon as poss..tank u..
Fri, 02 Jul 2010:
InsufficientFormatStringArguments, comment by ABTS-TN-dynamic-170.149.178.122.airtelbroadband.in(unregistered user)
i think it ll give some garbage value
Thu, 10 Jun 2010:
CFunctionBeforeMain, comment by 202.80.48.175(unregistered user)
Can we call any function before main function is called in VC++
Fri, 04 Jun 2010:
SizeOfPointers, comment by 117.197.187.64(unregistered user)
How abt Turbo c compiler... which is 16 bit env.... whether sizeof all pointers is 2bytes
Fri, 28 May 2010:
PowerOfTwo, comment by 116.74.147.124(unregistered user)
This solution fails for x = 0. It's also missing a return statement. A more correct solution might be:
bool isPowerOf[…]
Tue, 25 May 2010:
ProjectDownloads, comment by 117.204.240.116(unregistered user)
want a book shop managment project in c
Thu, 04 Feb 2010:
CPPFAQ, comment by 117.193.192.226(unregistered user)
do any one know wat is the max size an array can hold?
Sat, 16 Jan 2010:
Avoid16bitTurboCppCompilers, comment by cpc2-staf1-0-0-cust562.sol2.cable.ntl.com(unregistered user)
Learning to program with "Turbo 3.0" is a bit like digging the garden with a dessert spoon because nobody has […]
Sun, 10 Jan 2010:
BitSetUnset, comment by c-98-207-89-194.hsd1.ca.comcast.net(unregistered user)
Using XOR to unset will not work always, especially when you don't know whether the bit is set or unset in n th position[…]
Mon, 28 Dec 2009:
WildAndDanglingPointers, comment by www.beamtele.com(unregistered user)
THANK u. GAINED SOME KNOWLEDGE
Tue, 10 Nov 2009:
VoidMain, comment by 123.238.127.247(unregistered user)
i was searching for same information.
thanks.
chankey007(jaipur)
Wed, 04 Nov 2009:
SharathAV, comment by 123.236.63.145(unregistered user)
nice website
Thu, 13 Aug 2009:
ReturningArrayFromFunction, comment by 202.131.124.34(unregistered user)
yes you define the insertion sort function before main......dats y the scope is still there.....but if you declare proto[…]
Fri, 07 Aug 2009:
FindSizeWithoutSizeof, comment by 61.246.216.100(unregistered user)
Too good
Sat, 18 Jul 2009:
ClassVsStruct, comment by 117.97.120.32(unregistered user)
Another difference between struct and class is that the default inheritance is public and private respectively.
Regar[…]
Thu, 18 Jun 2009:
CcodeNotCPP, comment by SharathAV
That depends on your implementation. If you do find out a way to access them, your method would not apply for other comp[…]
Thu, 07 May 2009:
Print1toNwithoutLoop, comment by 117.97.70.22(unregistered user)
For the C version, why not use goto which is easier to read than the setjmp/longjmp version?
Wed, 18 Mar 2009:
NearestPowerOfTwo, comment by SharathAV
Not broken. The code is to find nearest power of two greater than or _equal_ to the given number.
Sat, 21 Feb 2009:
CategoryPointers, comment by 117.200.56.218(unregistered user)
How much memory space pointer variable takes?
ReturningMultipleValues, comment by 117.200.56.218(unregistered user)
A function can return multiple result if we pass arguments one for input data and one for output data.
Thu, 19 Feb 2009:
HomePage, comment by 117.194.4.51(unregistered user)
Great work..........thanks
Fri, 09 Jan 2009:
SwapTwoNumbersWithoutTemporary, comment by ws157-229-252-122.rcil.gov.in(unregistered user)
@ above
plzz gve ur explanation on how overflow occurs in the above code.....
Fri, 26 Dec 2008:
DisplayingImages, comment by 121.246.236.56.static-hyderabad.vsnl.net.in(unregistered user)
Very nice one.....if any one having source code of this question Please forward to srihari1432003@yahoo.com
Fri, 28 Nov 2008:
EvenOddWithoutOperators, comment by 121.246.211.45.pune-static.vsnl.net.in(unregistered user)
Well, the '.' also happens to be an operator, so we really can't call this solution to have satisfied the question. :)
[…]
Sat, 19 Jan 2008:
FindEndian, comment by triband-del-59.180.8.221.bol.net.in(unregistered user)
See an excellent explanation here..
http://cracktheinterview.in/viewtopic.php?f=1&t=28
Cheers,
aD
Sat, 22 Dec 2007:
StructureVsUnion, comment by AishWarya
I think the size of varStruct would be 5(or more i.e,padding size) coz sizeof(int)+sizeof(char)+padding size.. Here it i[…]
EvenOddWithoutModulus, comment by 203.153.35.72(unregistered user)
2nd code is worthful..... but were can i get C99 compiler Software.... which site??
Tue, 27 Nov 2007:
SizeOfEmptyClass, comment by 61.2.247.132(unregistered user)
objects are just like the variables of type class theese objects size not equal to zero
Fri, 12 Oct 2007:
GreatestWithoutRelationalOperator, comment by 203.91.207.30(unregistered user)
How about using following code?
int main()
{
int mask, x = 3, y = 9;
mask = (x-y)>>31;
printf("%d\[…]
Fri, 08 Jun 2007:
GoodCppBooks, comment by 203.110.243.21(unregistered user)
include thinking in c++
Sat, 21 Apr 2007:
EBooks, comment by 210.212.113.5(unregistered user)
all thesesuggested books are to build ur concepts n what about book to do programming practise.......pls suggest some t[…]
Sat, 10 Feb 2007:
SequencePoint, comment by 59.94.99.169(unregistered user)
while solving this expression pre increament function is operated before post increament i.e ++i is operated first(value[…]
Wed, 10 Jan 2007:
StructurePadding, comment by PriyaSridharan
Can you add more info to this? Your explanation might not help beginners who are expected to visit this site. You could […]
Mon, 08 Jan 2007:
MallocCallocDifference, comment by dsl-KK-230.48.246.61.airtelbroadband.in(unregistered user)
btw, just to mention - definition is as size_t : which just gets mapped to an int ... need not be so, but usually is.
Mon, 11 Dec 2006:
CountBits, comment by PriyaSridharan
Yeah agree.
CategoryWiki