#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
program to find the second largest word in a paragraph amongst all words that repeat more thn twice
Which is the best website to learn c programming?
in which language c language is written?
#include<stdio.h> int main() { int a[3][3][2]= {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18}; printf("%d\n",*(*(*a+1)); return 0; } What will be the output of the above question? And how?
What is sizeof int in c?
Find MAXIMUM of three distinct integers using a single C statement
What is diffrance between declaration and defination of a variable or function
main() { printf(5+"Vidyarthi Computers"); }
Is null a keyword in c?
What is function definition in c?
How can I access a memory located at certain address?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset