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
1 Posted Topic
Re: 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 … |
The End.