What is advantage of pointer in c?


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

Post New Answer

More C Interview Questions

What extern c means?

0 Answers  


How do I copy files?

0 Answers  


what is different between auto and local static? why should we use local static?

0 Answers  


Difference between Shallow copy and Deep copy?

0 Answers  


Where are some collections of useful code fragments and examples?

0 Answers   Celstream,






What is a keyword?

0 Answers  


what is the value of b if a=5; b=++a + ++a

31 Answers   Infosys, TCS, Tech Mahindra,


What is C language Terminator?

15 Answers   TCS,


Why is it that not all header files are declared in every C program?

0 Answers  


what is the output of the following program and explain the answer #include<stdio.h> exp() { main(5) } main(int a) { printf("%d",a); return; }

3 Answers   Satyam,


Bit swapping

2 Answers  


write the function int countchtr(char string[],int ch);which returns the number of timesthe character ch appears in the string. for example the call countchtr("she lives in Newyork",'e') would return 3.

6 Answers  


Categories