is assignment operator is arithmatic or not
Answer Posted / sweta purwar
not because airthmatic operators only
addition,multiplication,substraction,division
| Is This Answer Correct ? | 19 Yes | 3 No |
Post New Answer View All Answers
How can I find the modification date and time of a file?
What is a structure member in c?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
What is array of structure in c?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
How can I read a binary data file properly?
What is the ANSI C Standard?
Write a program to print "hello world" without using a semicolon?
What is the most efficient way to store flag values?
List some applications of c programming language?
while initialization of array why we use a[][2] why not a[2][]...?
Explain what is meant by 'bit masking'?
Why can arithmetic operations not be performed on void pointers?
Tell me the use of bit field in c language?
What is the size of enum in bytes?