How is a pointer variable declared?


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

Post New Answer

More C Interview Questions

What are bitwise shift operators in c programming?

0 Answers  


How can a program be made to print the name of a source file where an error occurs?

0 Answers  


how to swap two integers 1 and 32767 without using third variable

11 Answers   Microsoft, TCS,


Write a program in C for showing working of different logical operator in C. Your program should guide users with proper message/menu on the console.

3 Answers   HCL,


What is void main ()?

0 Answers  






What is chain pointer in c?

0 Answers  


#define FALSE -1 #define TRUE 1 #define NULL 0 main() { if(NULL) puts("NULL"); else if(FALSE) puts("TRUE"); else puts("FALSE"); }

1 Answers  


m=++i&&++j(||)k++ printf("%d"i,j,k,m)

1 Answers   ABC,


Tell about strtok & strstr functions

2 Answers   HCL, iFlex, Motorola,


#define MAX 3 main() { printf("MAX = %d \n",MAX ); #undef MAX #ifdef MAX printf("Vector Instituteā€); #endif

4 Answers   IBM, Vector,


what is a pointer

4 Answers   Bank Of America, TCS,


Should a function contain a return statement if it does not return a value?

0 Answers  


Categories