Problem in isalnumWhat about a string
Problem in isalnumWhenever I use isalnum, it returns non-zero for an alphabet , but returns zero for an integer.Why??
Stack as array#include<iostream.h> #include<conio.h> void insert(int stack[],int &top,int n) { stack[top]=n; ...
Declaration not allowed here#include<iomanip.h> #include<dos.h> #include<iostream.h> #include<stdlib.h> #include<stdio.h> #...
Compiler not searching well in the file #include<iostream.h> #include<stdio.h> #include<conio.h> #include<fstream.h> class x { int rol...
This user does not accept Private Messages