how can i get the string which is having two spaces at the
end.suppose the string is "Hello World ".Now at the end i
have two spaces.i need to print with that spaces .
Answer Posted / banavathvishnu
char *str = "Hello World ";
puts(str);
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is the use of extern in c?
What is the process to generate random numbers in c programming language?
Who developed c language and when?
How can I recover the file name given an open stream?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
What is declaration and definition in c?
What are different types of pointers?
What is a node in c?
the question is that what you have been doing all these periods (one year gap)
What is the difference between far and near in c?
Is null valid for pointers to functions?
What is a stream in c programming?
What is a rvalue?
Explain the use of 'auto' keyword
What are two dimensional arrays alternatively called as?