What are the disadvantages of c language?


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

Post New Answer

More C Interview Questions

Why do we use namespace feature?

0 Answers  


What are the types of type specifiers?

0 Answers  


What is the size of array float a(10)?

0 Answers  


What are the types of operators in c?

0 Answers  


Is it possible to execute code even after the program exits the main() function?

0 Answers  






List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.

0 Answers   Ignou,


# define prod(a,b)=a*b main() { int x=2; int y=3; printf("%d",prod(x+2,y-10)); } the output of the program is a.8 b.6 c.7 d.none

7 Answers   Microsoft, TCS,


main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }

5 Answers   Vector, Vector Solutions,


Develop a program that computes the new price of an item. The program should receive a character variable colour and a double precision floating-point variable price from the user. Discount rate is determined based on the colour of the discount sticker, as shown in the following table. An error message should be printed if an invalid colour has been entered

1 Answers  


Explain what will the preprocessor do for a program?

0 Answers  


can anyone suggest some site name..where i can get some good data structure puzzles???

0 Answers  


What are the benefits of c language?

0 Answers  


Categories