Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8620941
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T06:42:08+00:00 2026-06-12T06:42:08+00:00

Please take the following: char buffer[512]; memset(buffer, 0, sizeof(buffer)); sprintf(&buffer[0],This Is The Longest String

  • 0

Please take the following:

char buffer[512];

memset(buffer, 0, sizeof(buffer));
sprintf(&buffer[0],"This Is The Longest String In the World that in text goes on and..");

printf("Buffer:%s\r\n",buffer);

I would like to be able to create this string over multiple lines, for ease of troubleshooting and editing. However, when I use the \ command my output is separated by what appear to be tabs?

Example:

sprintf(&buffer[0],"This Is The\
    Longest String In the World\
    that in text goes on and..");

yields an output of:

Buffer:This Is The        Longest String In the World       that in text goes on and..

Any ideas? Is this just an incorrect approach to try to break up a string across multiple lines of code?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T06:42:09+00:00Added an answer on June 12, 2026 at 6:42 am

    The newline continuation takes into account any whitespace within the code.

    You can take advantage of string literal concatenation for better readability:

    sprintf(buffer, "This Is The "
                    "Longest String In the World "
                    "that in text goes on and..");
    

    Using \ you’ll need to begin the continuation of your string at column 0:

    sprintf(buffer, "This Is The \
    Longest String In the World \
    that in text goes on and..");
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Please take a look at this example: #include <iostream> #include <vector> #include <string> using
Please take a look at the following line <TextBox Text="{Binding Price}"/> This Price property
Please take a look at the following fiddle: http://jsfiddle.net/ellenchristine/tty3e/ Note that when you expand
please take a look at the two following c statements printf(a very long string);
please take a quick look at this website I get the following error message
Please take a look at the following code in a controller named test: $this->load->library('pagination');
Please take a look at the following code: public static void main(String[] args) {
I have a string with url.Please take a look at the following code.I am
Please take a look at the following .htaccess ErrorDocument 404 /404/ RewriteEngine On RewriteRule
Please take a look here: alt text http://img16.imageshack.us/img16/2810/errrp.jpg Why i got that error when

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.