Apart from dennis ritchie who the other person who contributed in design of c language.


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

Post New Answer

More C Interview Questions

how to find out the biggest element (or any other operation) in an array which is dynamic. User need not to mention the array size while executing.

3 Answers  


what is the output of printf("%d",(scanf("%d",10));

10 Answers  


Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above

0 Answers  


what is the hardware model of CFG( context free grammar)

0 Answers   Microsoft,


what is the advantage of using SEMAPHORES to ORDINARY VARIABLES???

2 Answers   NSN,






Explain what is wrong with this program statement? Void = 10;

0 Answers  


can we execute the program with the object file

1 Answers  


Write a program to generate the first n terms in the series --- 2,3,5,7,11,...,17

0 Answers  


Can we change the value of static variable in c?

0 Answers  


Explain what are linked list?

0 Answers  


Are the expressions * ptr ++ and ++ * ptr same?

0 Answers  


exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above

0 Answers  


Categories