What is the usage of the pointer in c?


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

Post New Answer

More C Interview Questions

Write a program of advanced Fibonacci series.

0 Answers   Aspiring Minds,


If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402

0 Answers  


Why is extern used in c?

0 Answers  


whats the use of header file in c?

2 Answers  


how to do in place reversal of a linked list(singly or doubly)?

3 Answers  






How is = symbol different from == symbol in c programming?

0 Answers  


What language is lisp written in?

0 Answers  


How can you determine the maximum value that a numeric variable can hold?

0 Answers  


What is floating point constants?

0 Answers  


write a c program that if the given number is prime, and their rearrangement(permute) of that number is also prime. Ex: Input is "197" is prime Output: 791,917,179 is also prime. Please any one tell me tha code for that

3 Answers  


What is the difference between void main and main in c?

0 Answers  


What are the 5 elements of structure?

0 Answers  


Categories