Who developed c language?


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

Post New Answer

More C Interview Questions

How do I use void main?

0 Answers  


What are pointers? What are stacks and queues?

0 Answers   Hexaware,


Describe the difference between = and == symbols in c programming?

0 Answers  


how can i sort numbers from ascending order and descending order using turbo c..

1 Answers  


What is the difference between int main and void main in c?

0 Answers  






How can a process change an environment variable in its caller?

0 Answers  


What are the types of i/o functions?

0 Answers  


Write a c program to read a positive number and display it in words.? ex: 123=one two three help me....

2 Answers  


FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.

0 Answers   Wilco,


What is meaning of tree

0 Answers  


Write an algorithm for a program that receives an integer as input and outputs the product of of its digits. E.g. 1234 = 24, 705 = 0

4 Answers  


What are inbuilt functions in c?

0 Answers  


Categories