User profile: chauhanshiksha1

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

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...

multiple definition of `main'
Hi, I am working in topcoders arena an am getting the error Your code did not compile: errors...