Explain pointers in c programming?


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

Post New Answer

More C Interview Questions

Difference between fopen() and open()?

3 Answers   Aricent,


Why do we need volatile in c?

0 Answers  


What will happen when freeing memory twice

2 Answers  


Can you write the function prototype, definition and mention the other requirements.

0 Answers   Adobe,


How do you define a string?

0 Answers  






what will be the output off the following program? #include<stdio.h> int main() { int a; a=015+0*71+5; printf("%d,a"); return0; }

9 Answers   HCL,


without using control structures and control structures find the max and min of given 2 nos

1 Answers   HCL,


What is data structure in c programming?

0 Answers  


True or false: If you continuously increment a variable, it will become negative? 1) True 2) False 3) It depends on the variable type

7 Answers  


The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?

0 Answers  


Why isn't it being handled properly?

0 Answers  


How to reverse a string using a recursive function, with swapping?

5 Answers  


Categories