#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
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
What are the advantage of c language?
How to set file pointer to beginning c?
Write a program to swap two numbers without using third variable?
What is the scope of static variables?
C passes By value or By reference?
5 Answers Geometric Software, Infosys,
What is size of union in c?
string reverse using recursion
What are terms in math?
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
What are dangling pointers in c?
What does %2f mean in c?