Should I learn data structures in c or python?


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

Post New Answer

More C Interview Questions

write a function that accepts an integer/char array and an search item.If the search item is there in the array return position of array and value else return -1.without using other array,without sorting,not to use more than one loop?

3 Answers   Mind Tree,


how could explain about job profile

0 Answers  


What is the use of typedef in c?

0 Answers  


Write a program to print a (*)pattern programming (A to Z) in capital in one programming ?

2 Answers   TCS,


Which is more efficient, a switch statement or an if else chain?

0 Answers  






Write a program for the following series: 1*3*5-2*4*6+3*5*7-4*6*8+.................up to nterms

5 Answers   Convex Digital,


struct ptr { int a; char b; int *p; }abc; what is d sizeof structure without using "sizeof" operator??

9 Answers   Verifone,


What is the c language function prototype?

0 Answers  


Explain how can I write functions that take a variable number of arguments?

0 Answers  


What are identifiers in c?

0 Answers  


hi how to convert program from notepad to turboc editor can u please help me

3 Answers  


int *p=20; if u print like dis printf("%d",p); o\p:- 20; how is it possible? plz give me the explanation.

15 Answers   Global Edge,


Categories