When should we use pointers in a c program?


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

Post New Answer

More C Interview Questions

What is an array? What the different types of arrays in c?

0 Answers  


What functions are in conio h?

0 Answers  


How do I create a directory? How do I remove a directory (and its contents)?

0 Answers  


question-how to run a c programme.

6 Answers  


wat are the two methods for swapping two numbers without using temp variable??

2 Answers  






#include <stdio.h> int main() { if ("X" <"x") printf("X smaller than x "); } my question is whats the mistake in this program? find it and please tell me..

3 Answers  


What is a pointer and how it is initialized?

0 Answers  


void main() {int i=2; printf("%d%d%d",i,++i,i++); getch(); }

9 Answers  


Write a program that takes a 5 digit number and calculates 2 power that number and prints it

5 Answers   ABS, Accenture, HCL, Infosys, Infotech, SoftSolve, Software India, TCS, Vertex, Vimukti Technologies,


What is volatile variable in c with example?

0 Answers  


What is function prototype in c with example?

0 Answers  


How can I read in an object file and jump to locations in it?

0 Answers  


Categories