#include<stdio.h>
int main()
{
char *ptr;
char string[] = "How are you?";
ptr = string;
ptr += 4;
printf("%s",ptr);
return 0;
}
Answer Posted / satyarani
if int and return 0 is not there, then the output is are you?
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
Hi I want to know how API gravity has been come up with in Oil Industry, especially figures in the following formula: API=(141.5/SG)-131.5
where is the first vidhyalaya of physically handicaped
what are differences between composition and inheritance in c
int main() { int d = 10; int m = 2; int y = 3603; int c = 0; int val; val = ( d + m + y + (y/4) + c) % 7; cout << val; return 0; }
Requesting for AMVI genaral studies syllabus
i opt cse branch in engineering.which subject i have choose in civil service preliminary examination
Relative Humidity (RH) is mostly used word in Datacenters, What are the defendents of RH
hi,i just want to know the best institute to learn oracle in bangalore because i am doing my BE there?
which/why unix commands are simpler rather than complex tasks
Given a number (N), program to check whether its binary form has periodic or not
when air is supplied from larger diameter pipe with some pressure if change diameter to small pipe the pressure increases or not? also what is increased pressureor velocity?
Tell me about a major problem you recently handled. Were you successful in resolving it? in petroleum side ?
sir i m reject two time in u.s in spring intake now im taking a date of 1july-2010 in fall intake &im competed my bachlor degree(chem) in jun-2009 so what answer i give to visa officer ask me a what r u doing last 1-year bcoz i have no work expirience
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
what are the no. of leaf nodes in a fibonacci tree ?