When was c language developed?


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

Post New Answer

More C Interview Questions

What is the purpose of 'register' keyword?

0 Answers  


What are the disadvantages of external storage class?

0 Answers  


input any 4 digit number and find the difference of all the digits?

3 Answers   Google,


Toggle nth bit in a given integer - num

5 Answers   Qualcomm,


How do I initialize a pointer to a function?

2 Answers  






How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?

0 Answers  


what is pointer?

4 Answers  


What is infinite loop?

0 Answers  


What is LINKED LIST? How can you access the last element in a linked list?

0 Answers   ADP,


void main() {int i=2; printf("%d%d%d",i,++i,i++); getch(); }

9 Answers  


Explain how can a program be made to print the name of a source file where an error occurs?

0 Answers  


Is array name a pointer?

0 Answers  


Categories