Who is the main contributor in designing the c language after dennis ritchie?


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

Post New Answer

More C Interview Questions

What do you mean by Recursion Function?

0 Answers   Hexaware,


If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?

0 Answers  


Explain what is wrong with this statement? Myname = ?robin?;

0 Answers  


Write a program in c to input a 5 digit number and print it in words.

11 Answers  


how to make a scientific calculater ?

0 Answers  






What is difference between array and structure in c?

0 Answers  


What is the stack in c?

0 Answers  


union { char ch[10]; short s; }test; test.s = 0xabcd; main() { printf("%d",ch[10]); }

3 Answers  


2) Write a program that will help Air Traffic Control for an airport to view the sequence of flights ready for take-off. The airport can accommodate 10 flights waiting for take-off at any point in time. Each flight has a unique 3 digit numeric identifier.  Each time a flight takes-off, Air Traffic Control adds a flight to the waitlist. Each time a flight is added to the waitlist, the list of flights waiting to take-off must be displayed.  When a flight is cleared for take-off, Air Traffic Control removes the flight from the waitlist. Each time a flight takes-off, the list of flights waiting to take-off must be displayed.  Sequence of take-off is the sequence of addition to the waitlist

0 Answers  


print ur name 20,000 times without using inbuilt library functions like printf,scanf,gets,puts,getchar or putchar

4 Answers   IBM,


string reverse using recursion

0 Answers   Mind Tree,


What is difference between constant pointer and constant variable?

0 Answers   Hexaware,


Categories