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

If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..

0 Answers   IBM, Wipro,


main() { static char *s[]={"black","white","yellow","voilet"}; char **ptr[]={s+3,s+2,s+1,s}, ***p; p=ptr; **++p; printf("%s",*--*++p+3); }

1 Answers  


what is difference between array,strutter,union and pointers

3 Answers   CTS, Lovely Professional University, Mannar Company,


What are the 4 types of programming language?

0 Answers  


what is calloc and malloc?

2 Answers  






What is union and structure?

0 Answers  


matrix multiplication fails introspect the causes for its failure and write down the possible reasons for its failurein c language.

5 Answers   TCS,


n=7623 { temp=n/10; result=temp*10+ result; n=n/10 }

7 Answers   Wipro,


I have seen function declarations that look like this

0 Answers  


What are the types of macro formats?

0 Answers  


implement OR gate without using any bitwise operator.

1 Answers   Alcatel, Wipro,


What does nil mean in c?

0 Answers  


Categories