What is the output of the following code
#include iostream 
#include string
#include cstring
using namespace std;
int main(int argc, char const *argv[])
{
const char *a = "Gmit \0World";
couta;
return 0;
}

Posted on by