#include
main()
{
char s[] = "Bouquets and Brickbats";
printf("
%c, ",*(&s[2]));
printf("%s, ",s+5);
printf("
%s",s);
printf("
%c",*(s+2));
}
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between union All statement and Union?
where can function pointers be used?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
What are pointers in C?
Which driver is a pure java driver
How will you divide two numbers in a MACRO?
printf("%d",(printf("Hello")); What it returns?
Does c have class?
What are the types of i/o functions?
whether itis a structured language?
Explain a pre-processor and its advantages.
What is the use of clrscr?