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
Differentiate between declaring a variable and defining a variable?
Why do we need volatile in c?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
What is #pragma statements?
What is pass by reference in c?
In which header file is the null macro defined?
What is the full form of getch?
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
how do you programme Carrier Sense Multiple Access
Explain what is the difference between a string and an array?
what are the advantages of a macro over a function?
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
What is getch () for?
How can you convert integers to binary or hexadecimal?
What are the different types of objects used in c?