What is c language and why we use it?


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

Post New Answer

More C Interview Questions

What is c language & why it is used?

0 Answers  


How do you define a function?

0 Answers  


A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles

0 Answers  


write a C and C++ programme to implement the A,bubble sort B,quick sort C,insertion sort D,sequential search E,binary search

1 Answers   ADP, TCS,


What is the difference between array and pointer?

0 Answers  






void main(int argc,char *argv[],char *env[]) { int i; for(i=1;i<argc;i++) printf("%s",env[i]); }

3 Answers  


How to reverse a string using a recursive function, without swapping or using an extra memory?

31 Answers   Cisco, Mind Tree, Motorola, Ophio, Sony, TCS, Wipro,


What is the difference between call by value and call by reference in c?

0 Answers  


What is ponter?

0 Answers   TCS,


Is boolean a datatype in c?

0 Answers  


What is #line used for?

0 Answers  


Why are all header files not declared in every c program?

0 Answers  


Categories