निम्नलिखित जावास्क्रिप्ट कोड का आउटपुट क्या होगा?
// JavaScript Comparison Operator
function compare ()
{
int num=2;
char b = 2;
if (a==b)
return true;
else
return false;
1
सही
2
संकलन त्रुटि
3
गलत
4
रनटाइम त्रुटि
निम्नलिखित जावास्क्रिप्ट कोड का आउटपुट क्या होगा?
// JavaScript Comparison Operator
function compare ()
{
int num=2;
char b = 2;
if (a==b)
return true;
else
return false;