What are data structures in c and how to use them?


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

Post New Answer

More C Interview Questions

what is object oriental programing?

1 Answers  


Explain #pragma statements.

0 Answers  


I need to take a sentence from input and sort the words alphabetically using the C programming language. Note: This is C not C++. qsort and strtok not allowed

4 Answers   Aspire,


What does %c do in c?

0 Answers  


Why is c called a mid-level programming language?

0 Answers  


What are pointers? What are stacks and queues?

0 Answers   Hexaware,


Find string palindrome 10marks

5 Answers   Honeywell, Infosys, Riktam, Roland,


What will the preprocessor do for a program?

0 Answers   Aspire, Infogain,


What is scope rule in c?

0 Answers  


what will be the output for the following program? main() { char ch = 'k'; char c; printf("%c",c); }

3 Answers  


Reverse the part of the number which is present from position i to j. Print the new number. eg: num=789876 i=2 j=5 778986

1 Answers  


Meaning of () in c

1 Answers  


Categories