User profile: chauhanshiksha1

User info
User name:chauhanshiksha1
History
Joined:
Number of posts:6
Latest posts:

runtime error
the code is for generating a finite automata #include <iostream> #include <map> #include <set> ...

comments creating a problem
Thanx.. The program is doing "infix to postfix" conversion. I am really not able to find either synt...

comments creating a problem
I know it sounds weird but when i uncomment statements in the following ,it works perfectly fine for...

realloc() Function
In the below program, int main() { int *ar=new int(); int *ptr=(int *)realloc(ar,12); ...

multiple definition of `main'
It worked.. Thanks...