Is null equal to 0 in sql?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

wap in c to accept a number display the total count of digit

4 Answers  


What is the difference between printf and scanf in c?

0 Answers  


What does %c mean in c?

0 Answers  


The differences between Windows XP and Windows Visa

8 Answers   HCL,


struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer

0 Answers  






Write a function that will take in a phone number and output all possible alphabetical combinations

0 Answers   Motorola,


What are the disadvantages of c language?

0 Answers  


void main() {int a[5],i,b=16; for(i=0;i<5;i++) a[i]=2*i; f(a,5,b); for(i=0;i<5;i++) printf("\n %d",a[i]); printf("\n %d",b); } f(int *x,int n,int y) { int i; for(i=0;i<n;i++) *(x+i)+=2; y=y+2; }wat r the errors in the prg.and improvise the prg to get o/p.?

2 Answers   TCS,


out put of printf(ā€œ%dā€,printf(ram));

5 Answers  


a simple program in c language

5 Answers   IBM,


what is the output of the code and how? main() { int *ptr,x; x=sizeof(ptr); printf("%d",x); }

1 Answers  


Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.

0 Answers  


Categories