the maximum width of a c variable name can be
a) 6 characters
b) 8 characters
c) 10 characters
d) 20 characters
Answer Posted / sandeep kanda
8 characters
| Is This Answer Correct ? | 22 Yes | 2 No |
Post New Answer View All Answers
What is sorting in c plus plus?
How can I implement a delay, or time a users response, with sub-second resolution?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
How can you access memory located at a certain address?
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]
What is the benefit of using #define to declare a constant?
What is the maximum no. of arguments that can be given in a command line in C.?
What is null pointer in c?
What is double pointer in c?
Explain continue keyword in c
Write a program on swapping (100, 50)
how to execute a program using if else condition and the output should enter number and the number is odd only...
What is c token?
What are the standard predefined macros?
What are the various types of control structures in programming?