Are pointers integer?


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

Post New Answer

More C Interview Questions

‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.

0 Answers  


How to create struct variables?

0 Answers  


what is the output of below pgm? void main() { int i=0; if(i) printf("pass"); else printf("fail"); }

4 Answers  


a simple program in c language

5 Answers   IBM,


i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none

0 Answers  






#define f(x) main() { printf("\n%d",f(2+2)); }

5 Answers  


Explain following declaration int *P(void); and int (*p)(char *a);

3 Answers  


Is double link list a linear data structure? If Yes, Why?If No, Why?

4 Answers  


Is Exception handling possible in c language?

0 Answers   Wipro,


What does 3 mean in texting?

0 Answers  


Derive the complexity expression for AVL tree?

1 Answers  


#include<stdio.h> void main() { int a,b,c; a=b=c=1; c=++a || ++b && ++c; printf("%d\t%d\t%d",a,b,c); }

3 Answers  


Categories