which operator having highest precedence?
a.)+ b.)++ c.)= d.)%
Answer Posted / margarate mary
%
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is null in c?
void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply
How does normalization of huge pointer works?
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
What is volatile keyword in c?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
What are the properties of union in c?
Is a pointer a kind of array?
How is null defined in c?
Why c is called free form language?
Explain what is the benefit of using enum to declare a constant?
What's a good way to check for "close enough" floating-point equality?
What is the total generic pointer type?
Write a code to remove duplicates in a string.
What are types of preprocessor in c?