is assignment operator is arithmatic or not

Answer Posted / divya

assignment operators are differ from arithmatic operator

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how many key words availabel in c a) 28 b) 31 c) 32

631


What do you mean by a local block?

625


What are the types of unary operators?

654


stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.

1846


What is a stream in c programming?

588






a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none

712


What is string constants?

653


What is an lvalue in c?

690


How will you divide two numbers in a MACRO?

705


What is the use of extern in c?

639


What is the explanation for the dangling pointer in c?

669


What are the scope of static variables?

597


What is self-referential structure in c programming?

653


What is structure of c program?

599


a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode

648