Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.55K
~151 People Reached
Favorite Forums
Favorite Tags
c++ x 1

1 Posted Topic

Member Avatar for Pikachumanson

and i have also linker error in this code :> #include <vcl.h> #include "MT262io.h" #include <stdio.h> #pragma hdrstop //--------------------------------------------------------------------------- #pragma argsused int main(int argc, char* argv[]) { int i; int square; i=10; while ( i>=10 && i<=31){ square=i*i; if((square/100)==(square%10)) { WriteIntPr("the input is palindromic",square); } else { puts("the input it …

Member Avatar for vijayaustin
0
151

The End.