Answer Posted / krishna kanhaiya
dennis ritche are modified in "c" language .ken thomson are
sevloped in "B" language and that language modifier is
dennis ritche ...........
i am not sure write ya wrong
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How do you override a defined macro?
How do you generate random numbers in C?
Does c have function or method?
what is the function of pragma directive in c?
What is the function of multilevel pointer in c?
What is meant by type specifiers?
Describe the steps to insert data into a singly linked list.
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
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..
C language questions for civil engineering
How do you determine the length of a string value that was stored in a variable?
What is a pointer in c plus plus?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
what do u mean by Direct access files? then can u explain about Direct Access Files?
Write a program to check palindrome number in c programming?