Computer Science, asked by krithikusa, 5 months ago

#include <stdio.h>
void main()
{
char *5 = "hello",
char *n = "cjn";
char *p = S + n;
printf("%c\t%c", *p, s[1]);
}​

Answers

Answered by sreeramavidya
0

hello... thnx for free points

Answered by sagar3655
0

Answer:

It's going to say a error

Explanation:

Because u used 5 as variable name &   ,    at end of that line

even if u correct all syntax error its still going to say ERROR

Similar questions