What is adt in c programming?


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

Post New Answer

More C Interview Questions

What does %d do in c?

0 Answers  


What is cohesion in c?

0 Answers  


write a recursive program in'c'to find whether a given five digit number is a palindrome or not

2 Answers  


What is include directive in c?

0 Answers  


How does normalization of huge pointer works?

0 Answers  






What is the most efficient way to count the number of bits which are set in a value?

4 Answers  


Are the variables argc and argv are local to main?

0 Answers   TISL,


what will be the out put. #include<stdio.h> void main() { printf("Output:"); printf(1+"vikashpatel"); }//output: ikashpatel

1 Answers   V2 Solutions,


What are qualifiers and modifiers c?

0 Answers  


What's the right way to use errno?

0 Answers  


What is wrong with this program statement?

0 Answers  


Write a C program to check a number even or odd, without using any relational, arithmetic operator and any loops.

1 Answers  


Categories