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


Please Help Members By Posting Answers For Below Questions

What does s c mean in text?

616


In cryptography, you could often break the algorithm if you know what was the original (plain) text that was encoded into the current ciphertext. This is called the plain text attack. In this simple problem, we illustrate the plain text attack on a simple substitution cipher encryption, where you know each letter has been substituted with a different letter from the alphabet but you don’t know what that letter is. You are given the cipherText as the input string to the function getwordSets(). You know that a plain text "AMMUNITION" occurs somewhere in this cipher text. Now, you have to find out which sets of characters corresponds to the encrypted form of the "AMMUNITION". You can assume that the encryption follows simple substitution only. [Hint: You could use the pattern in the "AMMUNITION" like MM occurring twice together to identify this]

1959


Why is c not oop?

540


What does #pragma once mean?

690


What are global variables and how do you declare them?

622






Can you think of a logic behind the game minesweeper.

2011


What is register variable in c language?

607


what is recursion in C

617


What do you mean by keywords in c?

631


What is string concatenation in c?

569


How can you determine the maximum value that a numeric variable can hold?

642


What is the difference between %d and %i?

597


What is the difference between null pointer and wild pointer?

641


How to write a code for reverse of string without using string functions?

1581


What is typeof in c?

610