how many keywords do C compile?

Answer Posted / naresh lingampally

In general we use 32/36 keywords..........

Is This Answer Correct ?    1 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the value of uninitialized variable in c?

560


Is c still relevant?

631


What is the c language function prototype?

633


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]

1947


What is a newline escape sequence?

657






What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.

1773


What is the difference between ‘g’ and “g” in C?

2490


Why c is called procedure oriented language?

566


What is the use of bitwise operator?

676


Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.

1757


How does struct work in c?

600


How many data structures are there in c?

603


How can I manipulate individual bits?

594


What is the correct code to have following output in c using nested for loop?

601


What are the standard predefined macros?

625