What are the advantage of c language?


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

Post New Answer

More C Interview Questions

why program counter is 16 bit?

3 Answers  


What are the functions to open and close the file in c language?

0 Answers  


Why c is known as a mother language?

0 Answers  


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

3 Answers  


What is the difference between static and global variables?

1 Answers  






What is a good way to implement complex numbers in c?

0 Answers  


What is a wrapper function in c?

0 Answers  


Is c is a low level language?

0 Answers  


What are the types of pointers in c?

0 Answers  


write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3

0 Answers   ADP,


What is volatile variable in c with example?

0 Answers  


How can I generate floating-point random numbers?

0 Answers  


Categories