answersLogoWhite

0

Not possible. If you think otherwise, then please increment manually this string: "/"

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How different is pre and post increment in c plus plus from pre and post increment in C programming?

The pre and post increment (and decrement) operator is the same in C++ as it is in C.


Why are increment and decrement used in c?

To increment or decrement a value


Why c plus plus name was given?

In C, the ++ operator means to increment the object associated with it. If you said xyz++; for instance, you would increment xyz. (There are pre-increment and post-increment forms, but that is out of scope for this question.) When the C language was enhanced, the new language was called C++, implying that C++ was the "next", or "incremented", version of C.


How do you increment hex value in c?

First a variable in numeric data type is to be defined. Then increment the number using the ++ command syntax of C,


How c strings are terminated?

c strings are terminated by \0 character


Can you increment the value of a variable by 2 using any increment operator?

There is no such increment operator in C language to increment the value of a variable by 2.An increment operator only increments the value by 1. however you can apply the increment operator twice to get an increment of 3. No: you cannot: ++(++a) won't compile. Yes. Example: a += 2; but += is not an increment operator, it's a shorthand of a=a+2; just like a++ is a shorthand for a= a+1


What does c plus plus certification mean?

C++ was originally called "C with Classes" in 1979, as that is precisely what C++ was at the time. The name was changed to C++ in 1983. ++ is the increment operator in C, thus C++ literally means C=C+1. Hence C++ is the next "incremental" version of C. By rights it should really be called ++C (prefix increment) because, although C++ (postfix increment) increments C, the evaluation is the original value of C.


What is the meaning of plus plus in c?

++a (plus plus a) is pre-incrementing operator to aa=10;printf("%d",++a); /* it will print 11 as ++a increment first a by 1 then prints it */printf("%d",a++); /*it will printf 10 as it is post _ increment operator , it prints the value a first then increment it by 1 */


How can you offset a pointer in C?

Increment or decrement the pointer by the required offset.


What are the strings of a viola?

From lowest to highest it's C, G, D, A.


What strings do you strum on the guitar for E minor D C and G?

For Em, you strum all of the strings For D, you strum strings G, B, and E (or 3, 2, and 1) For C, you strum strings G, B, and E For G, the strum the same strings as D and C


What are the Viola strings?

A viola has the (left to right) C,G,D,A strings