#include<stdio.h>
int main()
{
char *ptr;
char string[] = "How are you?";
ptr = string;
ptr += 4;
printf("%s",ptr);
return 0;
}
Answer Posted / subbu
It should be How are you?,
because the pgm didnt mention abt the ptr += 4; statement in the printf("%s",ptr);
if it like ths printf("%s",ptr +);then the ans is are you?
if i am wrong sorry and check ths..thank u..
| Is This Answer Correct ? | 3 Yes | 10 No |
Post New Answer View All Answers
A polynomials in mamory can be represented by____________
how many gallon in one quseka
Explain what are db_options used for?
Hello, I need to compare, using a cobol program, two cobol skeletons. I don't know if it is easy to do this or it will be so complicated. I wanna have your opinions. Thanks a lot
Do you have any tips for using 3G phones?
I want to join for load runner training..please suggest me which is the best institute for load runner training in bangalore?
What is the difference between "type testing" and "product qualification"?
while installing jad file to mobile its giving processing attribute MDlet-jar-URL error...how to fix it
a book consists of chapter ,chapter consist of sections and sections consists of subsections.construct a tree and print the node.
Explain diffrent parts of an instruction format.
Calculate the interstage pressure ratio per stage for a two stage compressor if the overall pressure ratio is 10.
Difference in NS and TIA type HRC fuses
what is test strategy
how to handle errors in fastload?
Can you connect Active Directory to other 3rd-party Directory Services? Name a few options.