What is double pointer?


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

Post New Answer

More C Interview Questions

enum DAY { sunday, monday, tuesday }; enum EDAYS { friday, saturday, sunday }; void main() { int i =0; if( i == sunday) { printf("%d",i); } } what would be the output?

4 Answers   TCS,


What are file streams?

0 Answers  


how to implement stack operation using singly linked list

2 Answers  


how to find anagram without using string functions using only loops in c programming

1 Answers   Mind Tree, TCS,


1.find the second maximum in an array? 2.how do you create hash table in c? 3.what is hash collision

9 Answers   HCL, Qualcomm,


what is the function of .h in #include<stdio.h> in c ?

23 Answers   HCL, IBM, Wipro,


How to write in a function declaration and in function call in which the function has 'n' number of varible or arguments?

2 Answers  


How do we swap or interchange any 2 numbers without using Temporary variable...Anybody can pls answer it.. Thanks in Advance

8 Answers  


implement NAND gate logic in C code without using any bitwise operatior.

4 Answers   Alcatel,


What is the use of volatile?

0 Answers  


why we are using float in C

4 Answers  


What is a good way to implement complex numbers in c?

0 Answers  


Categories