User: ankit137

  • Public profile

User profile: ankit137

User info
User name:ankit137
History
Joined:
Number of posts:7
Latest posts:

Problem in isalnum
What about a string

Problem in isalnum
Whenever 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