Lists the benefits of c programming language?


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

Post New Answer

More C Interview Questions

what is the output of below pgm? void main() { int i=0; if(i) printf("pass"); else printf("fail"); }

4 Answers  


What is meant by 'bit masking'?

0 Answers  


Write a program to check prime number in c programming?

0 Answers  


implement NAND gate logic in C code without using any bitwise operatior.

4 Answers   Alcatel,


Is main() function predfined or userdefined?

11 Answers  






User define function contain thier own address or not.

2 Answers  


How to compare array with pointer in c?

0 Answers  


main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); }

6 Answers  


write a recursive program in'c'to find whether a given five digit number is a palindrome or not

2 Answers  


write a program to print the one dimensional array.

1 Answers  


write a program to display the array elements in reverse order in c language

16 Answers  


21. #define square(x) x*x main() { int i; i = 64/square(4); printf("%d",i); }

3 Answers  


Categories