the expression a=30*1000+2768; evalutes to
a) 32768
b) -32768
c) 113040
d) 0
What is a structure member in c?
If errno contains a nonzero number, is there an error?
Is double link list a linear data structure? If Yes, Why?If No, Why?
What are the advantages of using linked list for tree construction?
void swap(int a,int b) { a=a+b; b=a-b; a=a-b; } in this code always gives the same result for all case
for(i=1;i>0;i++); printf("i=%d",i); what will be the answer????
main() { int i; printf("%d", &i)+1; scanf("%d", i)-1; }
dibakar & vekatesh..uttejana here..abt ur reply for in place reversal of linked list..wats p stands for there?
what is the output on the screen? int n; n=printf("my name is %d",printf("kiran %d",printf("kumar"))); printf("\n %d \n",n);
What are the advantages of external class?
all c language question
What is the difference between new and malloc functions?