#include<stdio.h> #include<math.h> #define nRow 10 #define nCol 10 int main() { int mat[nRow][nCol]; int i=0,j=0,k=34,nCount=0;...
Try this #include<stdio.h> int main() { int points; char decision; char deal; char play; printf ( "Welcome to Ben's...
Pound sign is defined in unicode & in latin that is 163. It's ISO-8859-8 standard. int main() { char ch=163 ; printf("%c",ch);...
Good Article...Keep it posting... One thing in assignment operator you should write statement return *this out of if condition.
Tranche
colossal
Extremely nice article...Keep posting such nice atricles...
r[i]=n1%16; what is n1 ? instead u can use it.. int main() { char hx[256]; int decVal = 42; sprintf(hx,"%x",decVal); printf("Hex value...
Is it related to any C/C++ . Before posting any queries, please see the right section.
When structure is introduced in C, that time there is no concept of Object. So C standard commette(C99) decided to keep zero size of empty...
for any recursion function, termination condition should be. your code should be like.. #include<iostream> #include<conio.h> using...
Good article..Jayaraj !!! Keep posting excellent articles...
Nice article....
Why u are calling infinite time means Cyclic . You have do this functionality in some other ways. If You wanna on stack , your code may be...
I would like to nominate these articles Cross Delegation or Delegate to a sister class Robots.txt Files
As you know India is top third position having largest economy country, i.e. India is the one of the best country where a lot of bussiness, you...
Remember One thing... If you cast away the constness of an object that has been explicitly declared as const, and attempt to modify it, the...
As xpiotos said correct... 1. For a kind of information, struct in C and struct in C++ are totally different( in C struct has no concept of...
Introduction After long day's discussion, bool was made as built-in type. Before it lot of other proposals came for bool. There were following...
Separate names with a comma.