What is a pointer and how it is initialized?


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

Post New Answer

More C Interview Questions

Why clrscr is used in c?

0 Answers  


What is meant by initialization and how we initialize a variable?

0 Answers  


please send me papers for Dy. manager IT , PNB. it would be a great help for me.

0 Answers  


Write a program that accept anumber in words

0 Answers  


given the piece of code int a[50]; int *pa; pa=a; to access the 6th element of the array which of the following is incorrect? a.*(a+5) b.a[5] c.pa[5] d.*(*pa + 5)

6 Answers   amu, TCS,






Program to find larger of the two numbers without using if-else,while,for,switch

11 Answers   iNautix, Wipro,


What is a substring in c?

0 Answers  


What is the difference between array and linked list in c?

0 Answers  


What functions are used in dynamic memory allocation in c?

0 Answers  


1 1 2 1 2 3 1 2 3 4 1 2 3 1 2 1 generate this output using for loop

2 Answers  


What should not contain a header file?

2 Answers  


Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)

2 Answers   HCL, IBM, Satyam, Vimal, Vimukti Technologies,


Categories