Why is c so important?


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

Post New Answer

More C Interview Questions

What is use of integral promotions in c?

0 Answers  


what does ‘segmentation violation’ mean?

1 Answers  


Suggesting that there can be 62 seconds in a minute?

0 Answers  


int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?

4 Answers   TCS,


Q.11 Generate the following pattern using code in any language(c/c++/java) for n no. of rows 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1

2 Answers  






hi, which software companys will take,if d candidate's % is jst 55%?

0 Answers  


what is data structure.in linear and non linear data structures which one is better?Explain

3 Answers   Wipro,


Why doesn't C support function overloading?

2 Answers  


What's wrong with the call "fopen ("c:\newdir\file.dat", "r")"?

1 Answers  


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

0 Answers  


What is the difference between NULL and NUL?

0 Answers   Aspire, Infogain,


matrix multiplication fails introspect the causes for its failure and write down the possible reasons for its failurein c language.

5 Answers   TCS,


Categories