Define
‘\t’ and ‘\n’ with an example
Answers
Answered by
2
Explanation:
'\t' refers to Tab.
For example, if you write
printf("Hello\tBarinly");
output will be,
Hello Brainly
And, '\n' refers to new line.
For example, if you write,
printf("Hello World\nHello Brainly");
output will be,
Hello World
Hello Brainly
I hope this will help you. Please mark me as the brailiest.
Answered by
8
Explanation:
(a+b)^2
a^2+b^2+2ab
(a+b)^3
a^3+b^3+3a^2b+3ab^2
or , a^3+b^3+3ab(a+b)
Similar questions