what are the difference between ANSI C and Let Us c and Turbo C
Answer Posted / ashutosh tiwari
Let Us C is a book on C language by Yahswant Kanetkar
Turbo C is editor and compiler for C language
ANSI C is the standard for C compiler design, development,
C syntaxing, C code writing style, memory, stack
development in C etc.
| Is This Answer Correct ? | 16 Yes | 4 No |
Post New Answer View All Answers
Without Computer networks, Computers will be half the use. Comment.
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
How can a string be converted to a number?
What are the types of data types and explain?
Write a C program that will accept a hexadecimal number as input and then display a menu that will permit any of the following operations to be carried out: Display the hexadecimal equivalent of the one's complement. (b) Carry out a masking operation and then display the hexadecimal equivalent of the result. (c) Carry out a bit shifting operation and then display the hexadecimal equivalent of the result. (d) Exit. If the masking operation is selected, prompt the user lor the type of operation (bitwise and, bitwise exclusive or, or bitwise or) and then a (hexadecimal) value for the mask. If the bit shifting operation is selected. prompt the user for the type of shift (left or right), and then the number of bits. Test the program with several different (hexadecimal) input values of your own choice.
How can I find out if there are characters available for reading?
What does malloc () calloc () realloc () free () do?
What is the difference between far and near ?
What are valid operations on pointers?
How can you pass an array to a function by value?
What are register variables? What are the advantage of using register variables?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
How to find a missed value, if you want to store 100 values in a 99 sized array?