[Updated] Goldman Sachs Aptitude Test Questions and Answers
Practice List of TCS Digital Coding Questions !!!
Take 50+ FREE!! Online Data Interpretation Mock test to crack any Exams.

C Programming :: String - Discussion

Home > C Programming > String > MCQs Questions Discussion

21 / 26

What is the output of the following 'C' program ?

#include<stdio.h>
int main()
{
  char str1[]="Hello";
 char str2[]="Hello";
 if ( str1==str2 )
 printf("True\n");
 else
 printf("False\n");
    }

ATRUE

BFALSE

CError

DUnpredictable

Answer: Option (Login/Signup)

Show Explanation

Asked In :: Global Edge

Post Your Answer Here:     

Reply    
Rate This: +0 -0
    Report


Report Error

Please Login First Click Here