who invented c

Answers were Sorted based on User's Feedback



who invented c ..

Answer / 08571a0405

DENNIS RITCHID

Is This Answer Correct ?    0 Yes 0 No

who invented c ..

Answer / akashdixit254

dennis ritches

Is This Answer Correct ?    0 Yes 0 No

who invented c ..

Answer / madhavi

dennis rich

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

What is the output for the following program #include<stdio.h> main() { char a[5][5],flag; a[0][0]='A'; flag=((a==*a)&&(*a==a[0])); printf("%d\n",flag); }

5 Answers   ADITI, Wipro,


Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.

0 Answers   Amazon,


what is the program to display your name in any color?

2 Answers   HCL,


When can a far pointer be used?

0 Answers  


Write the following function in C. stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return - 1. The function should not make use of any C library function calls.

3 Answers   Google, Infosys, JTL, OpenFeel,






what is the advantage of function pointer

16 Answers   CMC, CS, Freshdesk, L&T, LG Soft, Matrix, TCS,


create an SINGLE LINKED LISTS and reverse the data in the lists completely

3 Answers  


please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com

0 Answers  


difference between i++* and *++i

6 Answers   IBM,


What is the scope of global variable in c?

0 Answers  


#include<stdio.h> void main() { char *str; long unsigned int add; str="Hello C"; add=&str[0]; printf("%c",add); } What is the output?

4 Answers   Infosys,


what is diffrence between string and character array?

1 Answers  


Categories