Question from the C++ test

Write a C++ program that prints the first 100 prime numbers.

Medium

Give the result of the execution of the following code (1 correct answer only):

char s1[]="abc";

char s2[]="def";

printf("%sn", s1+s2);

Author: Abha AgrawaStatus: PublishedQuestion passed 437 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!