- 2
can you help me please
i can't write atleast how are you by using c reply please
5 Answers
+ 1
ravi teja is this what you are asking for - a program in C that prints a string?
#include <stdio.h>
int main() {
puts("How are you?");
return 0;
}
0
What exactly is your question?
0
Wow ravi teja, you changed the question and didn't even alerted us?đ
Now I havta delete my previous answer.
0
ravi teja
you can type a sentence and the following code will output the statement you typed / input / entered
https://code.sololearn.com/crjpfY8m64xF/?ref=app