Disadvantages of C language.


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

Post New Answer

More C Interview Questions

write a own function to compare two strings with out using stringcomparition function?

6 Answers   LG Soft, Sasken,


write a program to convert a expression in polish notation (postfix) to inline (normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix

0 Answers  


What the advantages of using Unions?

0 Answers   TISL,


In which area global, external variables are stored?

3 Answers  


Explain data types & how many data types supported by c?

0 Answers  


What is the output of the program given below #include<stdio.h> main() { char i=0; for(;i>=0;i++) ; printf("%d\n",i); }

21 Answers   ADITI, Student, TCS,


What is volatile, register definition in C

0 Answers   Cognizant,


What is the process to create increment and decrement stamen in c?

0 Answers  


What are the uses of a pointer?

0 Answers  


write a program to generate 1st n fibonacci prime number

12 Answers  


Are the variables argc and argv are local to main?

0 Answers   TISL,


Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.

0 Answers  


Categories