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 are different types of operators?

0 Answers  


Why should I use standard library functions instead of writing my own?

0 Answers  


write a c code "if you give a any decimal number then print that number in english alphabet"? ex: i/p: 552 o/p: five hundred fifty two ...

1 Answers   Philips,


What is the difference between arrays and pointers?

0 Answers  


What is strcmp in c?

0 Answers  






c program to add and delete an element from circular queue using array

3 Answers  


#include<stdio.h> int main() { int i=2; int j=++i + ++i + i++; printf("%d\n",i); printf("%d\n",j); }

15 Answers   Infosys,


How many types of operator or there in c?

0 Answers  


List the difference between a "copy constructor" and a "assignment operator"?

0 Answers   Accenture,


Explain the use of 'auto' keyword

0 Answers  


why integer range between -327680to+32767

2 Answers  


There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.

0 Answers  


Categories