Explain what is the concatenation operator?
No Answer is Posted For this Question
Be the First to Post Answer
WHAT IS RTGS N MINIMUM AMT TO B TRANSFERD N WHAT R THE CHARGES ON MINIMUM AMT N IN WHICH BANK WE CAN DO IT?
what is calloc and malloc?
What is a macro, and explain how do you use it?
What is pointer to pointer in c with example?
Why do we use int main instead of void main in c?
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
write the output of following code .. main() { static int a[]={10,20,30,40,50}; int *ptr=a; static int arr[2][2]={1,2,3,4}; char str[]="ABCD * 4#"; char *s=str+2; int i,j; for(i=0;i<5,i++) printf("%d",*ptr++); for(i=0;i<2;i++) for(j=0;j<2;j++) printf("%d\n",*(*(n+i)+j)); printf("%c\n%c\n%c\n",*(str+2),*s++,*--s); }
what is the definition of storage classes?
What is graph in c?
Do you have any idea about the use of "auto" keyword?
Write a program using bitwise operators to invert even bits of a given number.