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

What is function prototype?

0 Answers  


Write a program to print distinct words in an input along with their count in input in decreasing order of their count

0 Answers  


Is it better to bitshift a value than to multiply by 2?

0 Answers  


Explain why C language is procedural?

0 Answers   GE,


how to implement stack work as a queue?

2 Answers  






Who invented b language?

0 Answers  


main() { char as[] = "\\0\0"; int i = 0; do{ switch( as[i++]) {case '\\' : printf("A"); break; case 0 : printf("B"); break; default : printf("C"); break; }} while(i<3); }

4 Answers   Vector, Vector India,


What are header files? What are their uses?

0 Answers  


Can you subtract pointers from each other? Why would you?

0 Answers  


i have a written test for microland please give me test pattern

0 Answers   Microland,


Which is better pointer or array?

0 Answers  


Write a C program that defines a 2-dimentional integer array called A [50][50]. Then the elements of this array should randomly be initialized either to 1 or 0. The program should then print out all the elements in the diagonal (i.e. a[0][0], a[1][1],a[2][2], a[3][3], ……..a[49][49]). Finally, print out how many zeros and ones in the diagonal.

3 Answers   Infosys,


Categories