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

How many identifiers are there in c?

0 Answers  


Can you explain the four storage classes in C?

0 Answers   TCS,


Which node is more powerful and can handle local information processing or graphics processing?

0 Answers  


who invented c

13 Answers   IBM,


wite a programme in c to linear search a data using flag and without using flags?

3 Answers   TCS,






Write a programme to find even numbers without using any conditional statement?

3 Answers   ADD Software, Infosys,


program to get the remainder and quotant of given two numbers with out using % and / operators?

10 Answers   College School Exams Tests, IBM,


Are bit fields portable?

0 Answers   EXL,


what is difference between array and structure?

44 Answers   College School Exams Tests, CTS, Google, HCL, IBM, Motorola, TCS,


What is wrong with this code such that it doesnt produce the input reversed? #include <stdio.h> #include <stdlib.h> #include <string.h> int main(void) { char Space = ' '; char LineOfText; float count; LineOfText = getchar(); while ((LineOfText = getchar()) != '/n'); { count = strlen(LineOfText) - 1; while (count >= 0) { putchar(LineOfText[count]); count--; } } getchar(); return 0; }

2 Answers  


what is a NULL Pointer? Whether it is same as an uninitialized pointer?

0 Answers   TISL,


What does a function declared as pascal do differently?

0 Answers  


Categories