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

application of static variables in real time

1 Answers   Bosch,


write a program to swap two variables a=5 , b= 10 without using third variable

5 Answers  


which one is highest Priority in c? a)=,b)+,c)++,d)==

4 Answers  


Explain function pointer with exapmles.

2 Answers  


Tell us the use of fflush() function in c language?

0 Answers  






What is auto keyword in c?

0 Answers  


#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }

1 Answers  


Tell me a C program to display the following Output? 1 1 1 1 1 2 2 2 2 3 3 3 4 4 5

3 Answers  


Explain how are portions of a program disabled in demo versions?

0 Answers  


write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3

0 Answers   ADP,


What is a struct c#?

0 Answers  


Hi, main() { } Is a user defined function or Built in Functionn

26 Answers   Honeywell, Yahoo,


Categories