main()
{
static char *s[]={"black","white","yellow","voilet"};
char **ptr[]={s+3,s+2,s+1,s}, ***p;
p=ptr;
**++p;
printf("%s",*--*++p+3);
}
what is the function of void main()?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
what is uses of .net
How to write a code for reverse of string without using string functions?
How is a null pointer different from a dangling pointer?
Explain what is the use of a semicolon (;) at the end of every program statement?
a character variable can at a time store a) 1 character b) 8 characters c) 254 characters d) none of the above
program for reversing a selected line word by word when multiple lines are given without using strrev
What is the output for the following program #include<stdio.h> main() { char a[5][5],flag; a[0][0]='A'; flag=((a==*a)&&(*a==a[0])); printf("%d\n",flag); }
What is c variable?
give one ip, find out which contry
What is volatile c?