what are the difference between ANSI C and Let Us c and Turbo C
Answer Posted / srinivas
hello,boss ansic provided only for standards of c language.
but turboc followed this rules + its own some rules and
developed clanguge .
| Is This Answer Correct ? | 37 Yes | 7 No |
Post New Answer View All Answers
What should malloc(0) do?
What are identifiers in c?
How can you increase the allowable number of simultaneously open files?
How is = symbol different from == symbol in c programming?
Can you subtract pointers from each other? Why would you?
What is function prototype?
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
What is the difference between array_name and &array_name?
Tell me about low level programming languages.
What is a nested formula?
What are c header files?
How can I run c program?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
How can I remove the trailing spaces from a string?
What is string constants?