Answer Posted / vignesh1988i
volatile keyword is a one in which assigns some garbage
value to the variables declared with this keyword..........
before assigning some values by the user to the variables.
| Is This Answer Correct ? | 4 Yes | 10 No |
Post New Answer View All Answers
What does int main () mean?
What is #line?
what are the advantages of a macro over a function?
Can we assign string to char pointer?
How do you define a string?
Explain the binary height balanced tree?
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
What are multibyte characters?
What is multidimensional arrays
How can you increase the size of a statically allocated array?
How can I get random integers in a certain range?
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.
What is void main ()?
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values