Do you know pointer in c?


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

Post New Answer

More C Interview Questions

What is variable declaration and definition in c?

0 Answers  


how to make a scientific calculater ?

0 Answers  


Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1

0 Answers  


write a program in C to swap two variables

7 Answers   Attrabyte, Marlabs,


There seem to be a few missing operators ..

0 Answers  


main() { int i=5; printf("%d",++i + i); } output is 10 ------------------------ main() { int i=5; printf("%d",i++ + i); }output is 12 why it is so? give appropiate reason....

2 Answers  


What are the different pointer models in c?

4 Answers  


for(;;) printf("C language") What is out put of above??

2 Answers   Practical Viva Questions,


Tell me what is null pointer in c?

0 Answers  


How can we allocate array or structure bigger than 64kb?

2 Answers   CSC,


What is function pointer c?

0 Answers  


i got 75% in all semester am i eligible for your company

0 Answers   Infosys,


Categories