Friday, 2024-03-29, 10:39 AM
ebooks Programming Computer Science
Welcome Guest | RSS
Site menu
Section categories
My articles [23]
Main » Articles » My articles

Summation of two numbers(both must have only one digit positive number) without using any operator like +,-,*,/ etc.
Compiled by visual studio 2008

#include<stdio.h>

int main()
{
int a=5,b=6;
printf("%d\n",printf("%*c%*c",a,' ',b,' '));
return 0;
}
Category: My articles | Added by: Sumrat (2012-08-23)
Views: 11448 | Rating: 0.0/0
Total comments: 0
Name *:
Email *:
Code *:
Our poll
Rate my site
Total of answers: 164
Statistics

Total online: 1
Guests: 1
Users: 0
Login form