Why is c still so popular?


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

Post New Answer

More C Interview Questions

printf("%d",(printf("Hello")); What it returns?

32 Answers   TCS,


What will be the result of the following C language program? main() { int a = 0; int b = 20; char x = 1; char y = 10; if(a,b,x,y) printf("Welcome"); }

1 Answers  


How we add our function in liabrary as liabrary function. Exp. we want use our int factorical(int); function as int pow(int,int); function working in math header file.

1 Answers  


Write a program to check whether a number is prime or not using c?

0 Answers  


What are bit fields? What is their use?

2 Answers   Adobe,






What is an auto keyword in c?

0 Answers  


Find the output? void main() {float a=2.0; printf("\nSize of a ::%d",sizeof(a)); printf("\nSize of 2.0 ::%d",sizeof(2.0));}

11 Answers   IBM, TCS,


How can I read a directory in a c program?

1 Answers   CSC,


What is Your Name :)

1 Answers  


What is modeling?

0 Answers  


in malloc and calloc which one is fast and why?

1 Answers  


what is the disadvantage of using macros?

1 Answers   Wipro,


Categories