What are the benefits of c language?


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

Post New Answer

More C Interview Questions

Hai what is the different types of versions and their differences

0 Answers  


Is c is a low level language?

0 Answers  


Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record

0 Answers   Wipro,


What is the need of structure in c?

0 Answers  


int main() { int i=-1,j=-1;k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d%d%d%d%d",i,j,k,l,m); }

3 Answers   HCL,






How do I copy files?

0 Answers  


What is 1d array in c?

0 Answers  


Heyyy All, Just a challenge . A C program with if Else if(){ /// insert sumthing print ("in if") // insert sumting } else { ///// insert sumthing print ("in else"); //// insert sumthing } can anyone modify it so that program prints. if and else both

3 Answers  


write a program to find the largest and second largest integer from an array

2 Answers   Value Labs,


What is merge sort in c?

0 Answers  


How can I increase the allowable number of simultaneously open files?

1 Answers   CSC,


What is meant by int fun const(int a, int b) { .... ... }

1 Answers  


Categories