which operator having lowest precedence??
a.)+ b.)++ c.)= d.)%
Answer Posted / amala v
c.)=
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is methods in c?
What is the function of this pointer?
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
what do you mean by enumeration constant?
What are the types of functions in c?
What is the purpose of main( ) in c language?
Write a program with dynamically allocation of variable.
how logic is used
How many types of operator or there in c?
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.
What are identifiers and keywords in c?
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
Why c is faster than c++?
What is bss in c?
What is the Purpose of 'extern' keyword in a function declaration?