Search found 1 match

by prasad6443
Sun Dec 29, 2013 2:12 pm
Forum: Volume 2 (200-299)
Topic: 271 - Simply Syntax
Replies: 46
Views: 19796

Re: 271 - WA

Hi all,
Can anyone help in fixng .....I am getting Wrong answer for the following code...Thanks in advance...


#include <iostream>
#include <cstdlib>
#include <cstring>
#include <cstdio>
using namespace std;
char *str = (char *)malloc(300*sizeof(char));

struct stack
{
char c;
struct stack *next ...

Go to advanced search