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

What is multidimensional arrays

0 Answers  


What is build process in c?

0 Answers  


What is the heap in c?

0 Answers  


the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b

0 Answers  


application attempts to perform an operation?

0 Answers  


What are shell structures used for?

0 Answers  


What are the concepts introduced in OOPs?

3 Answers  


3. Program to print all possible substrings. ex: String S St Str Stri Strin String t tr tri trin tring r

3 Answers   Huawei,


In c programming, explain how do you insert quote characters (? And ?) Into the output screen?

0 Answers  


Write one statement equalent to the following two statements x=sqr(a); return(x); Choose from one of the alternatives a.return(sqr(a)); b.printf("sqr(a)"); c.return(a*a*a); d.printf("%d",sqr(a));

6 Answers   TCS,


What are the types of type specifiers?

0 Answers  


How can I insert or delete a line (or record) in the middle of a file?

0 Answers  


Categories