#include<stdio.h>
int main()
{
char *ptr;
char string[] = "How are you?";
ptr = string;
ptr += 4;
printf("%s",ptr);
return 0;
}
Answer Posted / sakura
it should be "are you?are you?"
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
Differentiate y = sinx + cosx + tanx
computer is male or female.....???
what is test strategy
Explain work?
Write a Java program that takes an integer from the user and extracts and displays each digit of the integer in English. So, if the user types in 932, the program will display nine three two. [Use SimpleInput class]
what is Pick map and what is the use of it? I want to configure a MVG applet on a filed in opportunity form applet. and when i select fields from MVG , it should reflect on the form applet(means there should be changes on fields in MVG according to Field select from MVG appler). Is this possible (with MVG or Picklist)?
i m doing my 3rd yr with only 6 month left to complete it..within this 6 months which is the best nd useful oracle certification program should i do??pls help me out!!
Friends i want to know about the civil service examination...when it wil be conducted this year?i want to become DSP...I just completed my engineering in the stream of computers....Is percentage required in engineering to Write Mains?please help me send answers to my mail arun.kanduri@gmail.com
convert 140 N.m/cm^2 to N.m/mm^2
plz send me interview questions & answers of Data Structure
how to delete four out of five duplicate records in a table using sql
what is the working of tcp/ip?
can any give an exact example about, resolving the sql errorcode -305
what is the difference a zero argument constructor and a default constructor?
write a c++ program to interchange two-integer number without using the third variable. use concept of constructor overloading.