main()
{
intj;
while9j<=10)
{
printf("\n%d",j);
j=j+1;
}
}

Answer Posted / niranjan kumar niraj

output=9

Is This Answer Correct ?    0 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is double pointer in c?

599


What is the difference between array and pointer?

575


What is a class c rental property?

625


In C programming, how do you insert quote characters (‘ and “) into the output screen?

904


How do you use a 'Local Block'?

732






Can a variable be both static and volatile in c?

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]

1967


How do you use a pointer to a function?

645


What should malloc(0) do?

623


What is a void pointer? When is a void pointer used?

640


List the variables are used for writing doubly linked list program.

1630


What language is c written?

585


any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above

638


What is default value of global variable in c?

568


What should malloc() do? Return a null pointer or a pointer to 0 bytes?

631