main()
{
char *ptr = "Ramco Systems";
(*ptr)++;
printf("%s\n",ptr);
ptr++;
printf("%s\n",ptr);
}
Find the Outputs?
Answer Posted / lucky
samco system
amco system
| Is This Answer Correct ? | 10 Yes | 6 No |
Post New Answer View All Answers
write an algorithm to display a square matrix.
What are local variables c?
What is the use of function overloading in C?
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
How do I round numbers?
What are the primitive data types in c?
What are the properties of union in c?
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
What are the 5 organizational structures?
Explain what math functions are available for integers? For floating point?
What functions are in conio h?
Is there any data type in c with variable size?
What is pointer in c?
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
What is a sequential access file?