Answer Posted / vishnu
There is no non volatile key word in C.
we have volatile const
we have const
we have volatile key words.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
For what purpose null pointer used?
Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.
which is conditional construct a) if statement b) switch statement c) while/for d) goto
What does sizeof return c?
What is the correct declaration of main?
What will the preprocessor do for a program?
What are the usage of pointer in c?
Why is c faster?
Here is a good puzzle: how do you write a program which produces its own source code as output?
How will you find a duplicate number in a array without negating the nos ?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
What is the size of empty structure in c?
Is c call by value?
Explain what is output redirection?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?